HomeSort by relevance Sort by last modified time
    Searched refs:resourceLoadDelegate (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 117 COMPtr<IWebResourceLoadDelegate> resourceLoadDelegate;
118 if (FAILED(webView->resourceLoadDelegate(&resourceLoadDelegate)))
122 resourceLoadDelegate->identifierForInitialRequest(webView, webURLRequest.get(), getWebDataSource(loader), identifier);
128 COMPtr<IWebResourceLoadDelegate> resourceLoadDelegate;
129 if (FAILED(webView->resourceLoadDelegate(&resourceLoadDelegate)))
133 if (FAILED(resourceLoadDelegate->QueryInterface(IID_IWebResourceLoadDelegatePrivate, reinterpret_cast<void**>(&resourceLoadDelegatePrivate))))
149 COMPtr<IWebResourceLoadDelegate> resourceLoadDelegate;
150 if (SUCCEEDED(webView->resourceLoadDelegate(&resourceLoadDelegate)))
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebDocumentLoaderMac.mm 73 m_resourceLoadDelegate = [webView resourceLoadDelegate];
WebView.h 243 @method resourceLoadDelegate
246 - (id)resourceLoadDelegate;
WebView.mm     [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm 50 #import "ResourceLoadDelegate.h"
136 static ResourceLoadDelegate *resourceLoadDelegate;
299 [webView setResourceLoadDelegate:resourceLoadDelegate];
557 resourceLoadDelegate = [[ResourceLoadDelegate alloc] init];
575 releaseAndZero(&resourceLoadDelegate);
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 38 #include "ResourceLoadDelegate.h"
    [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.cpp     [all...]
WebView.h 136 virtual HRESULT STDMETHODCALLTYPE resourceLoadDelegate(
    [all...]
WebView.cpp     [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebView.idl 254 @method resourceLoadDelegate
256 - (id)resourceLoadDelegate;
258 HRESULT resourceLoadDelegate([retval, out] IWebResourceLoadDelegate** d);
    [all...]

Completed in 353 milliseconds