Searched defs:temp0 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DSizeTest06.cpp140 nsIDocShell* temp0 = 0; local
142 scriptGlobalObject->GetDocShell(&temp0);
143 nsCOMPtr<nsIDocShell> docShell = dont_AddRef(temp0);
166 nsIDocShell* temp0 = 0; local
168 scriptGlobalObject->GetDocShell(&temp0);
169 nsCOMPtr<nsIWebShell> webShell = do_QueryInterface(temp0, &status);
193 nsIDocShell* temp0; local
194 scriptGlobalObject->GetDocShell(&temp0);
195 nsCOMPtr<nsIWebShell> webShell = do_QueryInterface(temp0);
217 nsIDocShell* temp0; local
[all...]

Completed in 2427 milliseconds