Searched refs:rootWebShell (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DSizeTest06.cpp54 nsIWebShell* rootWebShell = 0; local
56 //status = webShell->GetRootWebShellEvenIfChrome(rootWebShell);
59 if (rootWebShell)
60 status = rootWebShell->GetContainer(webShellContainer);
66 NS_IF_RELEASE(rootWebShell);
89 nsIWebShell* rootWebShell; local
90 // status = webShell->GetRootWebShellEvenIfChrome(rootWebShell);
93 status = rootWebShell->GetContainer(webShellContainer);
98 NS_RELEASE(rootWebShell);
122 nsCOMPtr<nsIWebShell> rootWebShell; local
174 nsCOMPtr<nsIWebShell> rootWebShell = dont_AddRef(temp2); local
[all...]

Completed in 41 milliseconds