/dports/lang/spidermonkey78/firefox-78.9.0/layout/tools/layout-debug/src/ |
H A D | nsLayoutDebuggingTools.cpp | 202 nsCOMPtr<nsIDocShell> childAsShell(do_QueryInterface(child)); in DumpContentRecur() local 204 DumpContentRecur(childAsShell, out); in DumpContentRecur() 243 nsCOMPtr<nsIDocShell> childAsShell(do_QueryInterface(child)); in DumpFramesRecur() local 244 if (childAsShell) { in DumpFramesRecur() 245 DumpFramesRecur(childAsShell, out, aFlags); in DumpFramesRecur() 283 nsCOMPtr<nsIDocShell> childAsShell(do_QueryInterface(child)); in DumpViewsRecur() local 284 if (childAsShell) { in DumpViewsRecur() 285 DumpViewsRecur(childAsShell, out); in DumpViewsRecur()
|
/dports/lang/spidermonkey60/firefox-60.9.0/layout/tools/layout-debug/src/ |
H A D | nsLayoutDebuggingTools.cpp | 319 nsCOMPtr<nsIDocShell> childAsShell(do_QueryInterface(child)); in DumpContentRecur() local 321 DumpContentRecur(childAsShell, out); in DumpContentRecur() 354 nsCOMPtr<nsIDocShell> childAsShell(do_QueryInterface(child)); in DumpFramesRecur() local 355 if (childAsShell) { in DumpFramesRecur() 356 DumpFramesRecur(childAsShell, out); in DumpFramesRecur() 388 nsCOMPtr<nsIDocShell> childAsShell(do_QueryInterface(child)); in DumpViewsRecur() local 389 if (childAsShell) { in DumpViewsRecur() 390 DumpViewsRecur(childAsShell, out); in DumpViewsRecur()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/tools/layout-debug/src/ |
H A D | nsLayoutDebuggingTools.cpp | 368 nsCOMPtr<nsIDocShell> childAsShell(do_QueryInterface(child)); in DumpContentRecur() local 370 DumpContentRecur(childAsShell, out); in DumpContentRecur() 407 nsCOMPtr<nsIDocShell> childAsShell(do_QueryInterface(child)); in DumpFramesRecur() local 408 if (childAsShell) { in DumpFramesRecur() 409 DumpFramesRecur(childAsShell, out); in DumpFramesRecur() 446 nsCOMPtr<nsIDocShell> childAsShell(do_QueryInterface(child)); in DumpViewsRecur() local 447 if (childAsShell) { in DumpViewsRecur() 448 DumpViewsRecur(childAsShell, out); in DumpViewsRecur()
|
/dports/lang/spidermonkey60/firefox-60.9.0/layout/printing/ |
H A D | nsPrintJob.cpp | 1349 nsCOMPtr<nsIDocShell> childAsShell(do_QueryInterface(child)); in BuildDocTree() local 1352 childAsShell->GetContentViewer(getter_AddRefs(viewer)); in BuildDocTree() 1354 nsCOMPtr<nsIDOMDocument> doc = do_GetInterface(childAsShell); in BuildDocTree() 1357 nsresult rv = po->Init(childAsShell, doc, aPO->mPrintPreview); in BuildDocTree() 1361 BuildDocTree(childAsShell, aDocList, aPO->mKids.LastElement()); in BuildDocTree() 3574 nsCOMPtr<nsIDocShell> childAsShell(do_QueryInterface(child)); in DumpViews() local 3575 if (childAsShell) { in DumpViews() 3576 DumpViews(childAsShell, out); in DumpViews()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/printing/ |
H A D | nsPrintEngine.cpp | 1196 nsCOMPtr<nsIDocShell> childAsShell(do_QueryInterface(child)); in BuildDocTree() local 1199 childAsShell->GetContentViewer(getter_AddRefs(viewer)); in BuildDocTree() 1203 nsCOMPtr<nsIDOMDocument> doc = do_GetInterface(childAsShell); in BuildDocTree() 1206 nsresult rv = po->Init(childAsShell, doc, aPO->mPrintPreview); in BuildDocTree() 1211 BuildDocTree(childAsShell, aDocList, po); in BuildDocTree() 3865 nsCOMPtr<nsIDocShell> childAsShell(do_QueryInterface(child)); in DumpViews() local 3866 if (childAsShell) { in DumpViews() 3867 DumpViews(childAsShell, out); in DumpViews()
|
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/ |
H A D | nsDocumentViewer.cpp | 2629 nsCOMPtr<nsIDocShell> childAsShell(do_QueryInterface(child)); in CallChildren() local 2630 NS_ASSERTION(childAsShell, "null child in docshell"); in CallChildren() 2631 if (childAsShell) { in CallChildren() 2633 childAsShell->GetContentViewer(getter_AddRefs(childCV)); in CallChildren()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/ |
H A D | nsDocumentViewer.cpp | 2881 nsCOMPtr<nsIDocShell> childAsShell(do_QueryInterface(child)); in CallChildren() local 2882 NS_ASSERTION(childAsShell, "null child in docshell"); in CallChildren() 2883 if (childAsShell) in CallChildren() 2886 childAsShell->GetContentViewer(getter_AddRefs(childCV)); in CallChildren()
|
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/ |
H A D | nsDocumentViewer.cpp | 2755 nsCOMPtr<nsIDocShell> childAsShell(do_QueryInterface(child)); in CallChildren() local 2756 NS_ASSERTION(childAsShell, "null child in docshell"); in CallChildren() 2757 if (childAsShell) { in CallChildren() 2759 childAsShell->GetContentViewer(getter_AddRefs(childCV)); in CallChildren()
|
/dports/www/firefox/firefox-99.0/layout/printing/ |
H A D | nsPrintJob.cpp | 2532 DumpViews(childAsShell, out); in DumpViews()
|
/dports/www/firefox-esr/firefox-91.8.0/layout/printing/ |
H A D | nsPrintJob.cpp | 2865 DumpViews(childAsShell, out); in DumpViews()
|
/dports/mail/thunderbird/thunderbird-91.8.0/layout/printing/ |
H A D | nsPrintJob.cpp | 2865 DumpViews(childAsShell, out); in DumpViews()
|
/dports/lang/spidermonkey78/firefox-78.9.0/layout/printing/ |
H A D | nsPrintJob.cpp | 3175 DumpViews(childAsShell, out); in DumpViews()
|