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

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DSizeTest06.cpp48 nsIDocShell* docShell = 0; local
50 scriptGlobalObject->GetDocShell(&docShell);
52 if (docShell)
53 status=docShell->QueryInterface(NS_GET_IID(nsIWebShell), (void**)&webShell);
68 NS_IF_RELEASE(docShell);
83 nsIDocShell* docShell = 0; local
84 scriptGlobalObject->GetDocShell(&docShell);
85 if (docShell) {
87 docShell->QueryInterface(NS_GET_IID(nsIWebShell), (void**)webShell);
102 NS_RELEASE(docShell);
116 nsCOMPtr<nsIDocShell> docShell; local
143 nsCOMPtr<nsIDocShell> docShell = dont_AddRef(temp0); local
219 nsCOMPtr<nsIDocShell> docShell = dont_AddRef(temp0); local
[all...]

Completed in 43 milliseconds