Home | History | Annotate | Download | only in win

Lines Matching refs:COMPtr

56 #include <WebCore/COMPtr.h>
182 COMPtr<IDOMElementPrivate> elePriv;
244 COMPtr<WebFramePolicyListener> m_policyListener;
492 COMPtr<IDOMElement> domElement(AdoptCOM, DOMElement::createInstance(coreFrame->ownerElement()));
493 COMPtr<IDOMHTMLElement> htmlElement(Query, domElement);
532 COMPtr<WebScriptWorld> world(Query, iWorld);
542 COMPtr<WebMutableURLRequest> requestImpl;
1212 COMPtr<DOMNode> domNode(Query, node);
1235 COMPtr<DOMNode> domNode(Query, node);
1258 COMPtr<DOMNode> domNode(Query, node);
1476 COMPtr<IWebDataSource> dataSource;
1481 COMPtr<IWebURLResponse> urlResponse;
1558 COMPtr<IWebFormDelegate> formDelegate;
1565 COMPtr<IDOMElement> formElement(AdoptCOM, DOMElement::createInstance(formState->form()));
1573 COMPtr<IPropertyBag> formValuesPropertyBag(AdoptCOM, COMPropertyBag<String>::createInstance(formValuesMap));
1575 COMPtr<WebFrame> sourceFrame(kit(formState->sourceFrame()));
1734 COMPtr<WebFramePolicyListener> WebFrame::setUpPolicyListener(WebCore::FramePolicyFunction function)
1771 COMPtr<IWebPolicyDelegate> policyDelegate;
1775 COMPtr<IWebURLRequest> urlRequest(AdoptCOM, WebMutableURLRequest::createInstance(request));
1788 COMPtr<IWebPolicyDelegate> policyDelegate;
1792 COMPtr<IWebURLRequest> urlRequest(AdoptCOM, WebMutableURLRequest::createInstance(request));
1793 COMPtr<WebActionPropertyBag> actionInformation(AdoptCOM, WebActionPropertyBag::createInstance(action, formState ? formState->form() : 0, coreFrame));
1806 COMPtr<IWebPolicyDelegate> policyDelegate;
1810 COMPtr<IWebURLRequest> urlRequest(AdoptCOM, WebMutableURLRequest::createInstance(request));
1811 COMPtr<WebActionPropertyBag> actionInformation(AdoptCOM, WebActionPropertyBag::createInstance(action, formState ? formState->form() : 0, coreFrame));
1821 COMPtr<IWebPolicyDelegate> policyDelegate;
1825 COMPtr<IWebError> webError(AdoptCOM, WebError::createInstance(error));
1831 COMPtr<IWebDownloadDelegate> downloadDelegate;
1832 COMPtr<IWebView> webView;
1844 COMPtr<WebDownload> download;
1856 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate;
1858 COMPtr<IWebError> webError;
1866 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate;
1868 COMPtr<IWebError> webError;
1887 COMPtr<IWebResourceLoadDelegate> resourceLoadDelegate;
1891 COMPtr<CFDictionaryPropertyBag> userInfoBag = CFDictionaryPropertyBag::createInstance();
1894 COMPtr<IWebError> error(AdoptCOM, WebError::createInstance(resourceError, userInfoBag.get()));
1921 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate;
1925 COMPtr<IWebFrameLoadDelegatePrivate2> delegatePrivate(Query, frameLoadDelegate);
1946 COMPtr<IWebPreferences> preferences;
1950 COMPtr<IWebPreferencesPrivate> preferencesPrivate(Query, preferences);
2034 COMPtr<IWebUIDelegate> ui;
2047 COMPtr<IWebUIDelegate> ui;
2387 COMPtr<IWebUIDelegate> ui;
2525 COMPtr<WebFrame> ancestorWebFrame(Query, ancestor);
2542 COMPtr<WebScriptWorld> world(Query, iWorld);
2612 COMPtr<IAccessible> WebFrame::accessible() const