Lines Matching refs:COMPtr
89 static COMPtr<IWebHistoryItem> prevTestBFItem; // current b/f item at the end of the previous test
91 COMPtr<FrameLoadDelegate> sharedFrameLoadDelegate;
92 COMPtr<UIDelegate> sharedUIDelegate;
93 COMPtr<EditingDelegate> sharedEditingDelegate;
94 COMPtr<ResourceLoadDelegate> sharedResourceLoadDelegate;
235 COMPtr<IWebTextRenderer> textRenderer; in initialize()
271 COMPtr<IWebFramePrivate> framePrivate; in dumpFrameScrollPosition()
280 COMPtr<IWebFrame> parent; in dumpFrameScrollPosition()
294 COMPtr<IEnumVARIANT> enumKids; in dumpFrameScrollPosition()
301 COMPtr<IWebFrame> framePtr; in dumpFrameScrollPosition()
314 COMPtr<IDOMDocument> document; in dumpFramesAsText()
318 COMPtr<IDOMElement> documentElement; in dumpFramesAsText()
325 COMPtr<IWebFrame> parent; in dumpFramesAsText()
341 COMPtr<IDOMElementPrivate> docPrivate; in dumpFramesAsText()
351 COMPtr<IEnumVARIANT> enumKids; in dumpFramesAsText()
358 COMPtr<IWebFrame> framePtr; in dumpFramesAsText()
370 COMPtr<IWebHistoryItemPrivate> itemA; in compareHistoryItems()
371 if (FAILED((*(COMPtr<IUnknown>*)item1)->QueryInterface(&itemA))) in compareHistoryItems()
374 COMPtr<IWebHistoryItemPrivate> itemB; in compareHistoryItems()
375 if (FAILED((*(COMPtr<IUnknown>*)item2)->QueryInterface(&itemB))) in compareHistoryItems()
430 COMPtr<IWebHistoryItemPrivate> itemPrivate; in dumpHistoryItem()
452 Vector<COMPtr<IUnknown> > kidsVector; in dumpHistoryItem()
479 COMPtr<IWebHistoryItem> item; in dumpHistoryItem()
495 COMPtr<IWebBackForwardList> bfList; in dumpBackForwardList()
502 Vector<COMPtr<IUnknown> > itemsToPrint; in dumpBackForwardList()
509 COMPtr<IWebHistoryItem> item; in dumpBackForwardList()
514 COMPtr<IUnknown> itemUnknown; in dumpBackForwardList()
519 COMPtr<IWebHistoryItem> currentItem; in dumpBackForwardList()
524 COMPtr<IUnknown> currentItemUnknown; in dumpBackForwardList()
534 COMPtr<IWebHistoryItem> item; in dumpBackForwardList()
539 COMPtr<IUnknown> itemUnknown; in dumpBackForwardList()
545 COMPtr<IWebHistoryItem> historyItemToPrint; in dumpBackForwardList()
576 COMPtr<IWebDataSource> dataSource; in dump()
578 COMPtr<IWebURLResponse> response; in dump()
611 COMPtr<IWebFramePrivate> framePrivate; in dump()
662 COMPtr<IWebView> webView; in resetWebViewToConsistentStateBeforeTesting()
670 COMPtr<IWebIBActions> webIBActions(Query, webView); in resetWebViewToConsistentStateBeforeTesting()
676 COMPtr<IWebPreferences> preferences; in resetWebViewToConsistentStateBeforeTesting()
692 COMPtr<IWebPreferencesPrivate> prefsPrivate(Query, preferences); in resetWebViewToConsistentStateBeforeTesting()
701 COMPtr<IWebViewEditing> viewEditing; in resetWebViewToConsistentStateBeforeTesting()
705 COMPtr<IWebViewPrivate> webViewPrivate(Query, webView); in resetWebViewToConsistentStateBeforeTesting()
709 COMPtr<IWebInspector> inspector; in resetWebViewToConsistentStateBeforeTesting()
766 COMPtr<IWebHistory> history; in runTest()
773 COMPtr<IWebView> webView; in runTest()
775 COMPtr<IWebBackForwardList> bfList; in runTest()
786 COMPtr<IWebMutableURLRequest> request; in runTest()
1012 COMPtr<IWebViewPrivate> viewPrivate; in createWebViewAndOffscreenWindow()
1045 COMPtr<IWebViewEditing> viewEditing; in createWebViewAndOffscreenWindow()
1055 COMPtr<IWebPreferences> preferences; in createWebViewAndOffscreenWindow()
1129 COMPtr<IWebPreferences> tmpPreferences; in main()
1132 COMPtr<IWebPreferences> standardPreferences; in main()
1135 COMPtr<IWebPreferencesPrivate> standardPreferencesPrivate; in main()
1142 COMPtr<IWebView> webView(AdoptCOM, createWebViewAndOffscreenWindow(&webViewWindow)); in main()
1146 COMPtr<IWebIconDatabase> iconDatabase; in main()
1147 COMPtr<IWebIconDatabase> tmpIconDatabase; in main()