Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:COMPtr

117     COMPtr<IWebResourceLoadDelegate> resourceLoadDelegate;
121 COMPtr<WebMutableURLRequest> webURLRequest(AdoptCOM, WebMutableURLRequest::createInstance(request));
128 COMPtr<IWebResourceLoadDelegate> resourceLoadDelegate;
132 COMPtr<IWebResourceLoadDelegatePrivate> resourceLoadDelegatePrivate;
149 COMPtr<IWebResourceLoadDelegate> resourceLoadDelegate;
151 COMPtr<WebURLAuthenticationChallenge> webChallenge(AdoptCOM, WebURLAuthenticationChallenge::createInstance(challenge));
167 COMPtr<IWebResourceLoadDelegate> resourceLoadDelegate;
171 COMPtr<WebURLAuthenticationChallenge> webChallenge(AdoptCOM, WebURLAuthenticationChallenge::createInstance(challenge));
178 COMPtr<IWebResourceLoadDelegate> resourceLoadDelegate;
182 COMPtr<WebMutableURLRequest> webURLRequest(AdoptCOM, WebMutableURLRequest::createInstance(request));
183 COMPtr<WebURLResponse> webURLRedirectResponse(AdoptCOM, WebURLResponse::createInstance(redirectResponse));
185 COMPtr<IWebURLRequest> newWebURLRequest;
197 COMPtr<WebMutableURLRequest> newWebURLRequestImpl(Query, newWebURLRequest);
207 COMPtr<IWebResourceLoadDelegate> resourceLoadDelegate;
211 COMPtr<WebURLResponse> webURLResponse(AdoptCOM, WebURLResponse::createInstance(response));
218 COMPtr<IWebResourceLoadDelegate> resourceLoadDelegate;
228 COMPtr<IWebResourceLoadDelegate> resourceLoadDelegate;
238 COMPtr<IWebResourceLoadDelegate> resourceLoadDelegate;
242 COMPtr<WebError> webError(AdoptCOM, WebError::createInstance(error));
249 COMPtr<IWebResourceLoadDelegate> resourceLoadDelegate;
253 COMPtr<IWebResourceLoadDelegatePrivate> resourceLoadDelegatePrivate(Query, resourceLoadDelegate);
257 COMPtr<IWebURLResponse> urlResponse(AdoptCOM, WebURLResponse::createInstance(response));
268 COMPtr<IWebFrameLoadDelegatePrivate> frameLoadDelegatePriv;
276 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate;
284 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate;
292 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate;
300 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate;
308 COMPtr<IWebFrameLoadDelegatePrivate> frameLoadDelegatePriv;
312 COMPtr<IWebFrameLoadDelegatePrivate2> frameLoadDelegatePriv2(Query, frameLoadDelegatePriv);
322 COMPtr<IWebFrameLoadDelegatePrivate> frameLoadDelegatePriv;
326 COMPtr<IWebFrameLoadDelegatePrivate2> frameLoadDelegatePriv2(Query, frameLoadDelegatePriv);
336 COMPtr<IWebFrameLoadDelegatePrivate> frameLoadDelegatePriv;
340 COMPtr<IWebFrameLoadDelegatePrivate2> frameLoadDelegatePriv2(Query, frameLoadDelegatePriv);
349 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate;
362 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate;
370 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate;
379 COMPtr<IWebFrameLoadDelegatePrivate> frameLoadDelegatePriv;
383 COMPtr<IWebFrameLoadDelegatePrivate2> frameLoadDelegatePriv2(Query, frameLoadDelegatePriv);
393 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate;
401 COMPtr<IWebFrameLoadDelegatePrivate> frameLoadDelegatePriv;
409 COMPtr
417 COMPtr<IWebFrameLoadDelegatePrivate> frameLoadDelegatePriv;
425 COMPtr<IWebFrameLoadDelegatePrivate> frameLoadDelegatePrivate;
434 COMPtr<IWebUIDelegate> ui;
438 COMPtr<IWebView> newWebView;
442 COMPtr<IWebFrame> mainFrame;
446 COMPtr<WebFrame> mainFrameImpl(Query, mainFrame);
453 COMPtr<IWebUIDelegate> ui;
538 COMPtr<IWebHistoryDelegate> historyDelegate;
542 COMPtr<IWebURLResponse> urlResponse(AdoptCOM, WebURLResponse::createInstance(loader->response()));
543 COMPtr<IWebURLRequest> urlRequest(AdoptCOM, WebMutableURLRequest::createInstance(loader->originalRequestCopy()));
545 COMPtr<IWebNavigationData> navigationData(AdoptCOM, WebNavigationData::createInstance(
562 COMPtr<IWebHistoryDelegate> historyDelegate;
577 if (COMPtr<IWebHistoryItem> iWebHistoryItem = history->itemForURLString(loader->clientRedirectSourceForHistory())) {
578 COMPtr<WebHistoryItem> webHistoryItem(Query, iWebHistoryItem);
592 if (COMPtr<IWebHistoryItem> iWebHistoryItem = history->itemForURLString(loader->serverRedirectSourceForHistory())) {
593 COMPtr<WebHistoryItem> webHistoryItem(Query, iWebHistoryItem);
639 COMPtr<IWebFrameLoadDelegatePrivate> frameLoadDelegatePriv;
643 COMPtr<IWebFrameLoadDelegatePrivate2> frameLoadDelegatePriv2(Query, frameLoadDelegatePriv);
652 COMPtr<IWebSecurityOrigin> webSecurityOrigin = WebSecurityOrigin::createInstance(origin);
655 COMPtr<IWebFrameLoadDelegatePrivate> frameLoadDelegatePriv;
659 COMPtr<IWebFrameLoadDelegatePrivate2> frameLoadDelegatePriv2(Query, frameLoadDelegatePriv);
670 COMPtr<WebDataSource> dataSource(AdoptCOM, WebDataSource::createInstance(loader.get()));
679 COMPtr<IWebHistoryDelegate> historyDelegate;
689 COMPtr<IWebPreferences> preferences;
696 COMPtr<WebHistory> history = webHistory();
700 COMPtr<IWebHistoryItem> item;
704 COMPtr<IWebHistoryItemPrivate> itemPrivate(Query, item);
785 COMPtr<IWebResourceLoadDelegate> oldResourceLoadDelegate;
789 COMPtr<IWebResourceLoadDelegatePrivate2> oldResourceLoadDelegatePrivate2(Query, oldResourceLoadDelegate);
800 COMPtr<WebFrame> webFrame(AdoptCOM, WebFrame::createInstance());
821 COMPtr<IWebResourceLoadDelegate> resourceLoadDelegate;
855 COMPtr
871 COMPtr<IWebError> error(AdoptCOM, WebError::createInstance(resourceError, userInfoBag.get()));
880 COMPtr<IWebUIDelegate> ui;
882 COMPtr<IWebUIDelegatePrivate> uiPrivate(Query, ui);
889 COMPtr<IPropertyBag> viewArgumentsBag(AdoptCOM, COMPropertyBag<String>::adopt(viewArguments));
890 COMPtr<IDOMElement> containingElement(AdoptCOM, DOMElement::createInstance(element));
899 COMPtr<IPropertyBag> argumentsBag(AdoptCOM, COMPropertyBag<COMVariant>::adopt(arguments));
901 COMPtr<IWebEmbeddedView> view;