Searched defs:didFailLoadWithErrorForFrame (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebLoaderClient.cpp86 void WebLoaderClient::didFailLoadWithErrorForFrame(WebPageProxy* page, WebFrameProxy* frame, const ResourceError& error, APIObject* userData) function in class:WebKit::WebLoaderClient
88 if (!m_client.didFailLoadWithErrorForFrame)
91 m_client.didFailLoadWithErrorForFrame(toAPI(page), toAPI(frame), toAPI(error), toAPI(userData), m_client.clientInfo);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundlePageLoaderClient.cpp99 void InjectedBundlePageLoaderClient::didFailLoadWithErrorForFrame(WebPage* page, WebFrame* frame, const ResourceError& error, RefPtr<APIObject>& userData) function in class:WebKit::InjectedBundlePageLoaderClient
101 if (!m_client.didFailLoadWithErrorForFrame)
105 m_client.didFailLoadWithErrorForFrame(toAPI(page), toAPI(frame), toAPI(error), &userDataToPass, m_client.clientInfo);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.h106 WKBundlePageDidFailLoadWithErrorForFrameCallback didFailLoadWithErrorForFrame; member in struct:WKBundlePageLoaderClient
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPage.h81 WKPageDidFailLoadWithErrorForFrameCallback didFailLoadWithErrorForFrame; member in struct:WKPageLoaderClient
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundlePage.cpp178 didFailLoadWithErrorForFrame,
316 void InjectedBundlePage::didFailLoadWithErrorForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKErrorRef error, WKTypeRef*, const void *clientInfo) function in class:WTR::InjectedBundlePage
318 static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->didFailLoadWithErrorForFrame(frame, error);
571 void InjectedBundlePage::didFailLoadWithErrorForFrame(WKBundleFrameRef frame, WKErrorRef) function in class:WTR::InjectedBundlePage

Completed in 574 milliseconds