Searched refs:didFailToLoad (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/loader/
H A DResourceLoadNotifier.h58 void didFailToLoad(ResourceLoader*, const ResourceError&);
H A DResourceLoader.cpp344 frameLoader()->notifier()->didFailToLoad(this, error);
373 frameLoader()->notifier()->didFailToLoad(this, error);
H A DResourceLoadNotifier.cpp92 void ResourceLoadNotifier::didFailToLoad(ResourceLoader* loader, const ResourceError& error) function in class:WebCore::ResourceLoadNotifier
H A DMainResourceLoader.cpp84 // FrameLoader::didFailToLoad because receivedMainResourceError clears out the relevant
86 // and didFailToLoad calls a ResourceLoadDelegate method and they need to be in the correct order.
91 frameLoader()->notifier()->didFailToLoad(this, error);

Completed in 90 milliseconds