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

/external/webkit/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/WebKit/win/
H A DDefaultPolicyDelegate.h67 virtual HRESULT STDMETHODCALLTYPE unableToImplementPolicyWithError(
H A DDefaultPolicyDelegate.cpp183 HRESULT STDMETHODCALLTYPE DefaultPolicyDelegate::unableToImplementPolicyWithError( function in class:DefaultPolicyDelegate
194 LOG_ERROR("called unableToImplementPolicyWithError:%S inFrame:%S", errorStr ? errorStr : TEXT(""), frameName ? frameName : TEXT(""));
H A DWebFrame.cpp1681 policyDelegate->unableToImplementPolicyWithError(d->webView, webError.get(), this);
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DPolicyDelegate.h67 virtual HRESULT STDMETHODCALLTYPE unableToImplementPolicyWithError(
H A DPolicyDelegate.cpp165 HRESULT STDMETHODCALLTYPE PolicyDelegate::unableToImplementPolicyWithError( function in class:PolicyDelegate
/external/webkit/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/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/WebKitTools/DumpRenderTree/mac/
H A DPolicyDelegate.mm97 - (void)webView:(WebView *)webView unableToImplementPolicyWithError:(NSError *)error frame:(WebFrame *)frame
/external/webkit/WebKit/chromium/public/
H A DWebFrameClient.h119 virtual void unableToImplementPolicyWithError( function in class:WebKit::WebFrameClient
/external/webkit/WebKit/chromium/src/
H A DFrameLoaderClientImpl.cpp958 m_webFrame->client()->unableToImplementPolicyWithError(m_webFrame, error);
/external/webkit/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm741 [[webView _policyDelegateForwarder] webView:webView unableToImplementPolicyWithError:error frame:m_webFrame.get()];

Completed in 99 milliseconds