Searched refs:temp0 (Results 1 - 5 of 5) 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...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcstubs_x86_solaris.cpp111 int temp0, temp1; \
122 "=&c" (temp0), /* %1 */ \
H A Dxptcstubs_unixish_x86.cpp147 int temp0, temp1; \
161 "=&c" (temp0), /* %1 */ \
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/os2/
H A Dxptcstubs_os2.cpp169 int temp0, temp1; \
180 "=&c" (temp0), /* %1 */ \
/vbox/src/libs/xpcom18a4/xpcom/tests/windows/
H A DnsStringTest.h482 nsCString temp0;
504 nsCString temp0("hello");
505 nsString temp1(temp0);
1401 nsAutoString temp0;
1429 nsCAutoString temp0;

Completed in 64 milliseconds