Home
last modified time | relevance | path

Searched refs:IWebURLRequest (Results 1 – 25 of 44) sorted by relevance

12

/external/webkit/Source/WebKit/win/
DWebNavigationData.h36 …ta* createInstance(const WTF::String& url, const WTF::String& title, IWebURLRequest*, IWebURLRespo…
38 …WebNavigationData(const WTF::String& url, const WTF::String& title, IWebURLRequest*, IWebURLRespon…
55 /* [retval][out] */ IWebURLRequest**);
70 COMPtr<IWebURLRequest> m_request;
DDefaultPolicyDelegate.h48 /* [in] */ IWebURLRequest *request,
55 /* [in] */ IWebURLRequest *request,
62 /* [in] */ IWebURLRequest *request,
DWebNavigationData.cpp64 WebNavigationData::WebNavigationData(const String& url, const String& title, IWebURLRequest* reques… in WebNavigationData()
84 …vigationData::createInstance(const String& url, const String& title, IWebURLRequest* request, IWeb… in createInstance()
109 HRESULT WebNavigationData::originalRequest(IWebURLRequest** request) in originalRequest()
DDefaultPolicyDelegate.cpp103 /*[in]*/ IWebURLRequest* request, in decidePolicyForNavigationAction()
138 /*[in]*/ IWebURLRequest* /*request*/, in decidePolicyForNewWindowAction() argument
149 /*[in]*/ IWebURLRequest* request, in decidePolicyForMIMEType()
DWebDataSource.h54 /* [in] */ IWebURLRequest *request);
66 /* [retval][out] */ IWebURLRequest **request);
DWebDownload.h64 /* [in] */ IWebURLRequest* request,
89 /* [out, retval] */ IWebURLRequest** request);
DWebMutableURLRequest.cpp113 *ppvObject = static_cast<IWebURLRequest*>(this); in QueryInterface()
119 *ppvObject = static_cast<IWebURLRequest*>(this); in QueryInterface()
249 /* [in] */ IWebURLRequest* other, in isEqual()
DWebDataSource.cpp169 /* [in] */ IWebURLRequest* /*request*/) in initWithRequest() argument
207 /* [retval][out] */ IWebURLRequest** request) in initialRequest()
DWebDownloadCurl.cpp72 /* [in] */ IWebURLRequest* request, in initWithRequest()
DWebDownload.cpp159 /* [out, retval] */ IWebURLRequest** request) in request()
/external/webkit/Tools/DumpRenderTree/win/
DResourceLoadDelegate.h49 /* [in] */ IWebURLRequest *request,
56 /* [in] */ IWebURLRequest *request,
59 /* [retval][out] */ IWebURLRequest **newRequest);
107 static std::wstring descriptionSuitableForTestResult(IWebURLRequest*);
DPolicyDelegate.h49 /* [in] */ IWebURLRequest *request,
56 /* [in] */ IWebURLRequest *request, in decidePolicyForNewWindowAction()
63 /* [in] */ IWebURLRequest *request, in decidePolicyForMIMEType()
DResourceLoadDelegate.cpp72 wstring ResourceLoadDelegate::descriptionSuitableForTestResult(IWebURLRequest* request) in descriptionSuitableForTestResult()
215 /* [in] */ IWebURLRequest* request, in identifierForInitialRequest()
243 /* [in] */ IWebURLRequest* request, in willSendRequest()
246 /* [retval][out] */ IWebURLRequest **newRequest) in willSendRequest()
DUIDelegate.h54 /* [in] */ IWebURLRequest *request,
291 /* [in] */ IWebURLRequest *request,
328 …virtual HRESULT STDMETHODCALLTYPE createWebViewWithRequest(IWebView* sender, IWebURLRequest* reque…
DUIDelegate.cpp353 /* [in] */ IWebURLRequest *request, in createModalDialog()
532 /* [in] */ IWebURLRequest *request, in createWebViewWithRequest()
642 HRESULT STDMETHODCALLTYPE UIDelegate::createWebViewWithRequest(IWebView* sender, IWebURLRequest* re… in createWebViewWithRequest()
/external/webkit/Source/WebKit/win/Interfaces/
DIWebNavigationData.idl29 import "IWebURLRequest.idl";
33 interface IWebURLRequest;
47 HRESULT originalRequest([out, retval] IWebURLRequest**);
DIWebMutableURLRequest.idl29 import "IWebURLRequest.idl";
32 interface IWebURLRequest;
41 interface IWebMutableURLRequest : IWebURLRequest
DIWebDownload.idl34 import "IWebURLRequest.idl";
41 interface IWebURLRequest;
91 HRESULT initWithRequest([in] IWebURLRequest* request, [in] IWebDownloadDelegate* delegate);
106 HRESULT request([out, retval] IWebURLRequest** request);
DIWebPolicyDelegate.idl30 import "IWebURLRequest.idl";
35 interface IWebURLRequest;
170 …n([in] IWebView* webView, [in] IPropertyBag* actionInformation, [in] IWebURLRequest* request, [in]…
192 …n([in] IWebView* webView, [in] IPropertyBag* actionInformation, [in] IWebURLRequest* request, [in]…
207 …HRESULT decidePolicyForMIMEType([in] IWebView* webView, [in] BSTR type, [in] IWebURLRequest* reque…
DIWebResourceLoadDelegatePrivate.idl36 interface IWebURLRequest;
59 …HRESULT didLoadResourceFromMemoryCache([in] IWebView* webView, [in] IWebURLRequest* request, [in] …
DIWebURLRequest.idl46 interface IWebURLRequest : IUnknown
114 HRESULT isEqual([in] IWebURLRequest* other, [out, retval] BOOL* result);
DIWebDataSource.idl39 interface IWebURLRequest;
71 HRESULT initWithRequest([in] IWebURLRequest* request);
107 HRESULT initialRequest([out, retval] IWebURLRequest** request);
DIWebResourceLoadDelegate.idl39 interface IWebURLRequest;
78 …HRESULT identifierForInitialRequest([in] IWebView* webView, [in] IWebURLRequest* request, [in] IWe…
95 …tifier, [in] IWebURLRequest* request, [in] IWebURLResponse* redirectResponse, [in] IWebDataSource*…
/external/webkit/Tools/WinLauncher/
DPrintWebUIDelegate.h41 …virtual HRESULT STDMETHODCALLTYPE createWebViewWithRequest(IWebView*, IWebURLRequest*, IWebView**)… in createWebViewWithRequest() argument
97 …virtual HRESULT STDMETHODCALLTYPE createModalDialog(IWebView*, IWebURLRequest*, IWebView**) { retu… in createModalDialog() argument
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebInspectorDelegate.h52 /* [in] */ IWebURLRequest*, in createWebViewWithRequest() argument
284 /* [in] */ IWebURLRequest *request, in createModalDialog()

12