Copy as Markdown

Other Tools

//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/layout/tools/layout-debug/src/nsILayoutDebuggingTools.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsILayoutDebuggingTools",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* void init (in mozIDOMWindow win); */
Method {
name: "Init",
params: &[Param { name: "win", ty: "*const mozIDOMWindow" }],
ret: "::nserror::nsresult",
},
/* void forceRefresh (); */
Method {
name: "ForceRefresh",
params: &[],
ret: "::nserror::nsresult",
},
/* void setReflowCounts (in boolean enabled); */
Method {
name: "SetReflowCounts",
params: &[Param { name: "enabled", ty: "bool" }],
ret: "::nserror::nsresult",
},
/* void setPagedMode (in boolean enabled); */
Method {
name: "SetPagedMode",
params: &[Param { name: "enabled", ty: "bool" }],
ret: "::nserror::nsresult",
},
/* void dumpContent (); */
Method {
name: "DumpContent",
params: &[],
ret: "::nserror::nsresult",
},
/* void dumpFrames (); */
Method {
name: "DumpFrames",
params: &[],
ret: "::nserror::nsresult",
},
/* void dumpFramesInCSSPixels (); */
Method {
name: "DumpFramesInCSSPixels",
params: &[],
ret: "::nserror::nsresult",
},
/* void dumpTextRuns (); */
Method {
name: "DumpTextRuns",
params: &[],
ret: "::nserror::nsresult",
},
/* void dumpViews (); */
Method {
name: "DumpViews",
params: &[],
ret: "::nserror::nsresult",
},
/* void dumpCounterManager (); */
Method {
name: "DumpCounterManager",
params: &[],
ret: "::nserror::nsresult",
},
/* void dumpStyleSheets (); */
Method {
name: "DumpStyleSheets",
params: &[],
ret: "::nserror::nsresult",
},
/* void dumpMatchedRules (); */
Method {
name: "DumpMatchedRules",
params: &[],
ret: "::nserror::nsresult",
},
/* void dumpComputedStyles (); */
Method {
name: "DumpComputedStyles",
params: &[],
ret: "::nserror::nsresult",
},
/* void dumpReflowStats (); */
Method {
name: "DumpReflowStats",
params: &[],
ret: "::nserror::nsresult",
},
]),
},
]; D}