Searched refs:unableToImplementPolicy (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKPagePolicyClient.h57 WKPageUnableToImplementPolicyCallback unableToImplementPolicy; member in struct:WKPagePolicyClientV0
67 WKPageUnableToImplementPolicyCallback unableToImplementPolicy; member in struct:WKPagePolicyClientV1
84 WKPageUnableToImplementPolicyCallback unableToImplementPolicy; member in struct:WKPagePolicyClient
H A DWKPagePolicyClientInternal.h44 WKPageUnableToImplementPolicyCallback unableToImplementPolicy; member in struct:WKPagePolicyClientInternal
H A DWKPage.cpp1159 virtual void unableToImplementPolicy(WebPageProxy* page, WebFrameProxy* frame, const ResourceError& error, API::Object* userData) override
1161 if (!m_client.unableToImplementPolicy)
1164 m_client.unableToImplementPolicy(toAPI(page), toAPI(frame), toAPI(error), toAPI(userData), m_client.base.clientInfo);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundlePagePolicyClient.h54 WKBundlePageUnableToImplementPolicyCallback unableToImplementPolicy; member in struct:WKBundlePagePolicyClientV0
66 WKBundlePageUnableToImplementPolicyCallback unableToImplementPolicy; member in struct:WKBundlePagePolicyClient
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundlePagePolicyClient.cpp77 void InjectedBundlePagePolicyClient::unableToImplementPolicy(WebPage* page, WebFrame* frame, const WebCore::ResourceError& error, RefPtr<API::Object>& userData) function in class:WebKit::InjectedBundlePagePolicyClient
79 if (!m_client.unableToImplementPolicy)
83 m_client.unableToImplementPolicy(toAPI(page), toAPI(frame), toAPI(error), &userDataToPass, m_client.base.clientInfo);
H A DInjectedBundlePagePolicyClient.h57 void unableToImplementPolicy(WebPage*, WebFrame*, const WebCore::ResourceError&, RefPtr<API::Object>& userData);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/
H A DAPIPolicyClient.h66 virtual void unableToImplementPolicy(WebKit::WebPageProxy*, WebKit::WebFrameProxy*, const WebCore::ResourceError&, API::Object*) { } function in class:API::PolicyClient
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.h981 void unableToImplementPolicy(uint64_t frameID, const WebCore::ResourceError&, IPC::MessageDecoder&);
H A DWebPageProxy.cpp2963 void WebPageProxy::unableToImplementPolicy(uint64_t frameID, const ResourceError& error, IPC::MessageDecoder& decoder) function in class:WebKit::WebPageProxy
2973 m_policyClient->unableToImplementPolicy(this, frame, error, userData.get());
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp807 webPage->injectedBundlePolicyClient().unableToImplementPolicy(webPage, m_frame, error, userData);

Completed in 204 milliseconds