HomeSort by relevance Sort by last modified time
    Searched refs:receivedMainResourceError (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/loader/
MainResourceLoader.cpp 71 // Calling receivedMainResourceError will likely result in the last reference to this object to go away.
75 // It is important that we call FrameLoader::receivedMainResourceError before calling
76 // FrameLoader::didFailToLoad because receivedMainResourceError clears out the relevant
77 // document loaders. Also, receivedMainResourceError ends up calling a FrameLoadDelegate method
79 frameLoader()->receivedMainResourceError(error, true);
95 // Calling receivedMainResourceError will likely result in the last reference to this object to go away.
104 frameLoader()->receivedMainResourceError(error, true);
FrameLoader.h 155 void receivedMainResourceError(const ResourceError&, bool isComplete);
FrameLoader.cpp     [all...]

Completed in 30 milliseconds