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

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DSizeTest06.cpp51 nsIWebShell* webShell = 0; local
53 status=docShell->QueryInterface(NS_GET_IID(nsIWebShell), (void**)&webShell);
55 if (webShell)
56 //status = webShell->GetRootWebShellEvenIfChrome(rootWebShell);
67 NS_IF_RELEASE(webShell);
86 nsIWebShell* webShell = 0; local
87 docShell->QueryInterface(NS_GET_IID(nsIWebShell), (void**)webShell);
88 if (webShell) {
90 // status = webShell->GetRootWebShellEvenIfChrome(rootWebShell);
100 NS_RELEASE(webShell);
119 nsCOMPtr<nsIWebShell> webShell; local
144 nsCOMPtr<nsIWebShell> webShell; local
169 nsCOMPtr<nsIWebShell> webShell = do_QueryInterface(temp0, &status); local
195 nsCOMPtr<nsIWebShell> webShell = do_QueryInterface(temp0); local
221 nsCOMPtr<nsIWebShell> webShell = do_QueryInterface(docShell, &status); local
[all...]

Completed in 1641 milliseconds