HomeSort by relevance Sort by last modified time
    Searched defs:didFail (Results 1 - 25 of 34) sorted by null

1 2

  /external/webkit/WebCore/loader/
NetscapePlugInStreamLoader.cpp 107 void NetscapePlugInStreamLoader::didFail(const ResourceError& error)
112 m_client->didFail(this, error);
113 ResourceLoader::didFail(error);
120 m_client->didFail(this, error);
122 // If calling didFail spins the run loop the stream loader can reach the terminal state.
127 // We need to remove the stream loader after the call to didFail, since didFail can
SubresourceLoaderClient.h 51 virtual void didFail(SubresourceLoader*, const ResourceError&) { }
ThreadableLoaderClient.h 46 virtual void didFail(const ResourceError&) { }
ThreadableLoaderClientWrapper.h 84 void didFail(const ResourceError& error)
88 m_client->didFail(error);