Searched refs:didFailLoadWithErrorForFrame (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebLoaderClient.h58 void didFailLoadWithErrorForFrame(WebPageProxy*, WebFrameProxy*, const WebCore::ResourceError&, APIObject*);
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);
H A DWebPageProxy.cpp1602 m_loaderClient.didFailLoadWithErrorForFrame(this, frame, error, userData.get());
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundlePageLoaderClient.h56 void didFailLoadWithErrorForFrame(WebPage*, WebFrame*, const WebCore::ResourceError&, RefPtr<APIObject>& userData);
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/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundlePage.h57 static void didFailLoadWithErrorForFrame(WKBundlePageRef, WKBundleFrameRef, WKErrorRef, WKTypeRef*, const void*);
78 void didFailLoadWithErrorForFrame(WKBundleFrameRef, WKErrorRef);
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
/external/webkit/Tools/MiniBrowser/mac/
H A DBrowserWindowController.m40 - (void)didFailLoadWithErrorForFrame:(WKFrameRef)frame;
282 static void didFailLoadWithErrorForFrame(WKPageRef page, WKFrameRef frame, WKErrorRef error, WKTypeRef userData, const void *clientInfo)
284 [(BrowserWindowController *)clientInfo didFailLoadWithErrorForFrame:frame];
584 didFailLoadWithErrorForFrame,
719 - (void)didFailLoadWithErrorForFrame:(WKFrameRef)frame
/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/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp481 webPage->injectedBundleLoaderClient().didFailLoadWithErrorForFrame(webPage, m_frame, error, userData);

Completed in 151 milliseconds