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

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DSizeTest06.cpp5 #include "nsIWebShell.h"
11 NS_DEF_PTR(nsIWebShell); variable
51 nsIWebShell* webShell = 0;
53 status=docShell->QueryInterface(NS_GET_IID(nsIWebShell), (void**)&webShell);
54 nsIWebShell* rootWebShell = 0;
86 nsIWebShell* webShell = 0;
87 docShell->QueryInterface(NS_GET_IID(nsIWebShell), (void**)webShell);
89 nsIWebShell* rootWebShell;
119 nsCOMPtr<nsIWebShell> webShell;
122 nsCOMPtr<nsIWebShell> rootWebShel
[all...]

Completed in 77 milliseconds