Searched refs:dispatchDidFailLoading (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/
H A DResourceLoadNotifier.cpp112 m_frame.loader().client().dispatchDidFailLoading(loader->documentLoader(), loader->identifier(), error);
171 void ResourceLoadNotifier::dispatchDidFailLoading(DocumentLoader* loader, unsigned long identifier, const ResourceError& error) function in class:WebCore::ResourceLoadNotifier
173 m_frame.loader().client().dispatchDidFailLoading(loader, identifier, error);
184 dispatchDidFailLoading(loader, identifier, error);
197 dispatchDidFailLoading(loader, identifier, error);
H A DResourceLoadNotifier.h67 void dispatchDidFailLoading(DocumentLoader*, unsigned long identifier, const ResourceError&);
H A DFrameLoaderClient.h151 virtual void dispatchDidFailLoading(DocumentLoader*, unsigned long identifier, const ResourceError&) = 0;
H A DEmptyClients.h277 virtual void dispatchDidFailLoading(DocumentLoader*, unsigned long, const ResourceError&) override { }
H A DDocumentLoader.cpp252 frameLoader()->client().dispatchDidFailLoading(this, m_identifierForLoadWithoutResourceLoader, error);
/macosx-10.10/WebKit-7600.1.25/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.cpp466 void FrameLoaderClientWinCE::dispatchDidFailLoading(DocumentLoader*, unsigned long, const ResourceError&) function in class:WebKit::FrameLoaderClientWinCE
H A DFrameLoaderClientWinCE.h65 virtual void dispatchDidFailLoading(WebCore::DocumentLoader*, unsigned long identifier, const WebCore::ResourceError&) override;
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebFrameLoaderClient.h94 virtual void dispatchDidFailLoading(WebCore::DocumentLoader*, unsigned long identifier, const WebCore::ResourceError&) override;
H A DWebFrameLoaderClient.mm546 void WebFrameLoaderClient::dispatchDidFailLoading(DocumentLoader* loader, unsigned long identifier, const ResourceError& error)
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebFrameLoaderClient.h76 virtual void dispatchDidFailLoading(WebCore::DocumentLoader*, unsigned long identifier, const WebCore::ResourceError&) override;
H A DWebFrameLoaderClient.cpp294 void WebFrameLoaderClient::dispatchDidFailLoading(DocumentLoader* loader, unsigned long identifier, const ResourceError& error) function in class:WebFrameLoaderClient
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.h78 virtual void dispatchDidFailLoading(WebCore::DocumentLoader*, unsigned long identifier, const WebCore::ResourceError&) override;
H A DWebFrameLoaderClient.cpp256 void WebFrameLoaderClient::dispatchDidFailLoading(DocumentLoader*, unsigned long identifier, const ResourceError& error) function in class:WebKit::WebFrameLoaderClient

Completed in 237 milliseconds