Lines Matching defs:temp0
140 nsIDocShell* temp0 = 0;
142 scriptGlobalObject->GetDocShell(&temp0);
143 nsCOMPtr<nsIDocShell> docShell = dont_AddRef(temp0);
166 nsIDocShell* temp0 = 0;
168 scriptGlobalObject->GetDocShell(&temp0);
169 nsCOMPtr<nsIWebShell> webShell = do_QueryInterface(temp0, &status);
193 nsIDocShell* temp0;
194 scriptGlobalObject->GetDocShell(&temp0);
195 nsCOMPtr<nsIWebShell> webShell = do_QueryInterface(temp0);
217 nsIDocShell* temp0;
218 scriptGlobalObject->GetDocShell(&temp0);
219 nsCOMPtr<nsIDocShell> docShell = dont_AddRef(temp0);