Searched refs:unableToImplementPolicyWithError (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebPolicyDelegate.h83 inline, then unableToImplementPolicyWithError:frame: will be
196 - (void)webView:(WebView *)webView unableToImplementPolicyWithError:(NSError *)error frame:(WebFrame *)frame;
/external/webkit/Source/WebKit/win/
H A DDefaultPolicyDelegate.h66 virtual HRESULT STDMETHODCALLTYPE unableToImplementPolicyWithError(
H A DDefaultPolicyDelegate.cpp180 HRESULT STDMETHODCALLTYPE DefaultPolicyDelegate::unableToImplementPolicyWithError( function in class:DefaultPolicyDelegate
191 LOG_ERROR("called unableToImplementPolicyWithError:%S inFrame:%S", errorStr ? errorStr : TEXT(""), frameName ? frameName : TEXT(""));
H A DWebFrame.cpp1826 policyDelegate->unableToImplementPolicyWithError(d->webView, webError.get(), this);
/external/webkit/Tools/DumpRenderTree/win/
H A DPolicyDelegate.h67 virtual HRESULT STDMETHODCALLTYPE unableToImplementPolicyWithError(
H A DPolicyDelegate.cpp165 HRESULT STDMETHODCALLTYPE PolicyDelegate::unableToImplementPolicyWithError( function in class:PolicyDelegate
/external/webkit/Source/WebKit/mac/DefaultDelegates/
H A DWebDefaultPolicyDelegate.m54 - (void)webView: (WebView *)wv unableToImplementPolicyWithError:(NSError *)error frame:(WebFrame *)frame
56 LOG_ERROR("called unableToImplementPolicyWithError:%@ inFrame:%@", error, frame);
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebPolicyDelegate.idl92 inline, then unableToImplementPolicyWithError:frame: will be
216 - (void)webView:(WebView *)webView unableToImplementPolicyWithError:(NSError *)error frame:(WebFrame *)frame;
218 HRESULT unableToImplementPolicyWithError([in] IWebView* webView, [in] IWebError* error, [in] IWebFrame* frame);
/external/webkit/Tools/DumpRenderTree/mac/
H A DPolicyDelegate.mm97 - (void)webView:(WebView *)webView unableToImplementPolicyWithError:(NSError *)error frame:(WebFrame *)frame
/external/webkit/Source/WebKit/chromium/public/
H A DWebFrameClient.h148 virtual void unableToImplementPolicyWithError( function in class:WebKit::WebFrameClient
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.h184 virtual void unableToImplementPolicyWithError(WebKit::WebFrame*, const WebKit::WebURLError&);
H A DWebViewHost.cpp836 // unableToImplementPolicyWithError() below prints them.
848 void WebViewHost::unableToImplementPolicyWithError(WebFrame* frame, const WebURLError& error) function in class:WebViewHost
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.cpp974 m_webFrame->client()->unableToImplementPolicyWithError(m_webFrame, error);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm790 [[webView _policyDelegateForwarder] webView:webView unableToImplementPolicyWithError:error frame:m_webFrame.get()];

Completed in 145 milliseconds