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

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DSizeTest06.cpp58 nsIWebShellContainer* webShellContainer = 0; local
60 status = rootWebShell->GetContainer(webShellContainer);
61 if (webShellContainer)
62 status = webShellContainer->QueryInterface(NS_GET_IID(nsIWebShellWindow), (void**)aWebShellWindow);
65 NS_IF_RELEASE(webShellContainer);
92 nsIWebShellContainer* webShellContainer; local
93 status = rootWebShell->GetContainer(webShellContainer);
95 status = webShellContainer->QueryInterface(NS_GET_IID(nsIWebShellWindow), (void**)aWebShellWindow);
96 NS_RELEASE(webShellContainer);
126 nsCOMPtr<nsIWebShellContainer> webShellContainer; local
150 nsCOMPtr<nsIWebShellContainer> webShellContainer = dont_AddRef(temp2); local
178 nsCOMPtr<nsIWebShellContainer> webShellContainer = dont_AddRef(temp3); local
199 nsCOMPtr<nsIWebShellContainer> webShellContainer = dont_AddRef(temp2); local
225 nsCOMPtr<nsIWebShellContainer> webShellContainer = dont_AddRef(temp2); local
[all...]

Completed in 656 milliseconds