/external/webkit/Source/WebKit2/UIProcess/ |
D | WebPolicyClient.cpp | 71 void WebPolicyClient::unableToImplementPolicy(WebPageProxy* page, WebFrameProxy* frame, const Resou… in unableToImplementPolicy() function in WebKit::WebPolicyClient 73 if (!m_client.unableToImplementPolicy) in unableToImplementPolicy() 76 …m_client.unableToImplementPolicy(toAPI(page), toAPI(frame), toAPI(error), toAPI(userData), m_clien… in unableToImplementPolicy()
|
D | WebPolicyClient.h | 53 …void unableToImplementPolicy(WebPageProxy*, WebFrameProxy*, const WebCore::ResourceError&, APIObje…
|
D | WebPageProxy.h | 535 …void unableToImplementPolicy(uint64_t frameID, const WebCore::ResourceError&, CoreIPC::ArgumentDec…
|
D | WebPageProxy.cpp | 1799 void WebPageProxy::unableToImplementPolicy(uint64_t frameID, const WebCore::ResourceError& error, C… in unableToImplementPolicy() function in WebKit::WebPageProxy 1809 m_policyClient.unableToImplementPolicy(this, frame, error, userData.get()); in unableToImplementPolicy()
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
D | InjectedBundlePagePolicyClient.cpp | 77 void InjectedBundlePagePolicyClient::unableToImplementPolicy(WebPage* page, WebFrame* frame, const … in unableToImplementPolicy() function in WebKit::InjectedBundlePagePolicyClient 79 if (!m_client.unableToImplementPolicy) in unableToImplementPolicy() 83 …m_client.unableToImplementPolicy(toAPI(page), toAPI(frame), toAPI(error), &userDataToPass, m_clien… in unableToImplementPolicy()
|
D | InjectedBundlePagePolicyClient.h | 51 …void unableToImplementPolicy(WebPage*, WebFrame*, const WebCore::ResourceError&, RefPtr<APIObject>…
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
D | InjectedBundlePage.h | 101 …static void unableToImplementPolicy(WKBundlePageRef, WKBundleFrameRef, WKErrorRef, WKTypeRef*, con… 105 void unableToImplementPolicy(WKBundlePageRef, WKBundleFrameRef, WKErrorRef, WKTypeRef*);
|
D | InjectedBundlePage.cpp | 211 unableToImplementPolicy in InjectedBundlePage() 711 void InjectedBundlePage::unableToImplementPolicy(WKBundlePageRef page, WKBundleFrameRef frame, WKEr… in unableToImplementPolicy() function in WTR::InjectedBundlePage 713 …static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->unableToImplementPolicy(page, fra… in unableToImplementPolicy() 731 void InjectedBundlePage::unableToImplementPolicy(WKBundlePageRef, WKBundleFrameRef, WKErrorRef, WKT… in unableToImplementPolicy() function in WTR::InjectedBundlePage
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
D | WKBundlePage.h | 141 WKBundlePageUnableToImplementPolicyCallback unableToImplementPolicy; member
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKPage.h | 119 WKPageUnableToImplementPolicyCallback unableToImplementPolicy; member
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebPolicyDelegate.idl | 210 @method webView:unableToImplementPolicy:error:forURL:inFrame:
|
/external/webkit/Tools/MiniBrowser/mac/ |
D | BrowserWindowController.m | 611 0 /* unableToImplementPolicy */
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebFrameLoaderClient.cpp | 685 … webPage->injectedBundlePolicyClient().unableToImplementPolicy(webPage, m_frame, error, userData); in dispatchUnableToImplementPolicy()
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog | 1866 (WebKit::WebPageProxy::unableToImplementPolicy): 9953 Add unableToImplementPolicy callback for WebKit2 policy client 9959 (WebKit::WebPageProxy::unableToImplementPolicy): 9963 (WebKit::WebPolicyClient::unableToImplementPolicy): 9967 (WebKit::InjectedBundlePagePolicyClient::unableToImplementPolicy): 9971 Pipe unableToImplementPolicy through both the bundle and the main WebKit2 API.
|
/external/webkit/Tools/ |
D | ChangeLog | 1416 (WTR::InjectedBundlePage::unableToImplementPolicy): 5850 Add unableToImplementPolicy callback for WebKit2 policy client
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2002-12-03 | 1510 (-[WebDefaultPolicyDelegate unableToImplementPolicy:error:forURL:inFrame:]): 8743 (-[WebDefaultPolicyHandler unableToImplementPolicy:error:forURL:inFrame:]):
|
D | ChangeLog-2006-02-09 | 30172 (-[WebDefaultPolicyDelegate controller:unableToImplementPolicy:error:forURL:inFrame:]): 30726 arguments from unableToImplementPolicy:
|