Searched defs:unableToImplementPolicy (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundlePagePolicyClient.cpp77 void InjectedBundlePagePolicyClient::unableToImplementPolicy(WebPage* page, WebFrame* frame, const WebCore::ResourceError& error, RefPtr<APIObject>& userData) function in class:WebKit::InjectedBundlePagePolicyClient
79 if (!m_client.unableToImplementPolicy)
83 m_client.unableToImplementPolicy(toAPI(page), toAPI(frame), toAPI(error), &userDataToPass, m_client.clientInfo);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPolicyClient.cpp71 void WebPolicyClient::unableToImplementPolicy(WebPageProxy* page, WebFrameProxy* frame, const ResourceError& error, APIObject* userData) function in class:WebKit::WebPolicyClient
73 if (!m_client.unableToImplementPolicy)
76 m_client.unableToImplementPolicy(toAPI(page), toAPI(frame), toAPI(error), toAPI(userData), m_client.clientInfo);
H A DWebPageProxy.cpp1799 void WebPageProxy::unableToImplementPolicy(uint64_t frameID, const WebCore::ResourceError& error, CoreIPC::ArgumentDecoder* arguments) function in class:WebKit::WebPageProxy
1809 m_policyClient.unableToImplementPolicy(this, frame, error, userData.get());
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.h141 WKBundlePageUnableToImplementPolicyCallback unableToImplementPolicy; member in struct:WKBundlePagePolicyClient
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPage.h119 WKPageUnableToImplementPolicyCallback unableToImplementPolicy; member in struct:WKPagePolicyClient
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundlePage.cpp211 unableToImplementPolicy
711 void InjectedBundlePage::unableToImplementPolicy(WKBundlePageRef page, WKBundleFrameRef frame, WKErrorRef error, WKTypeRef* userData, const void* clientInfo) function in class:WTR::InjectedBundlePage
713 static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->unableToImplementPolicy(page, frame, error, userData);
731 void InjectedBundlePage::unableToImplementPolicy(WKBundlePageRef, WKBundleFrameRef, WKErrorRef, WKTypeRef*) function in class:WTR::InjectedBundlePage

Completed in 63 milliseconds