Searched refs:dispatchDidFail (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
D | FetchContext.cpp | 88 void FetchContext::dispatchDidFail(DocumentLoader*, unsigned long, const ResourceError&) in dispatchDidFail() function in WebCore::FetchContext
|
D | FetchContext.h | 77 virtual void dispatchDidFail(DocumentLoader*, unsigned long identifier, const ResourceError&);
|
D | ResourceFetcher.cpp | 1266 context().dispatchDidFail(m_documentLoader, resource->identifier(), error); in didFailLoading()
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | FrameFetchContext.h | 64 …virtual void dispatchDidFail(DocumentLoader*, unsigned long identifier, const ResourceError&) OVER…
|
D | FrameFetchContext.cpp | 187 void FrameFetchContext::dispatchDidFail(DocumentLoader* loader, unsigned long identifier, const Res… in dispatchDidFail() function in WebCore::FrameFetchContext
|