Home
last modified time | relevance | path

Searched refs:didTellClientAboutLoad (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/loader/
DResourceLoadNotifier.cpp111 m_frame->loader()->documentLoader()->didTellClientAboutLoad(request.url()); in dispatchWillSendRequest()
117 m_frame->loader()->documentLoader()->didTellClientAboutLoad(request.url()); in dispatchWillSendRequest()
DDocumentLoader.h226 void didTellClientAboutLoad(const String& url) in didTellClientAboutLoad() function
DFrameLoader.cpp3131 m_documentLoader->didTellClientAboutLoad(resource->url()); in loadedResourceFromMemoryCache()
3138 m_documentLoader->didTellClientAboutLoad(resource->url()); in loadedResourceFromMemoryCache()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1059385 (WebCore::FrameLoader::didTellClientAboutLoad): Renamed from didTellBridgeAboutLoad.
59387 (WebCore::FrameLoader::loadResourceSynchronously): Call the renamed didTellClientAboutLoad.
59390 didTellClientAboutLoad is true, do an early return. Otherwise call the client and call
59391 didTellClientAboutLoad.
59398 (WebCore::SubresourceLoader::load): Call the renamed didTellClientAboutLoad.
DChangeLog-2009-06-1658858 * loader/DocumentLoader.h: Moved didTellClientAboutLoad and haveToldClientAboutLoad
58868 haveToldClientAboutLoad and didTellClientAboutLoad to call the document loader.
58871 (WebCore::FrameLoader::dispatchWillSendRequest): Put calls to didTellClientAboutLoad
58875 * loader/FrameLoader.h: Removed didTellClientAboutLoad, haveToldClientAboutLoad, and
58879 didTellClientAboutLoad. That's now taken care of in dispatchWillSendRequest.
DChangeLog-2010-12-06128665 in DocumentLoader::didTellClientAboutLoad.
128674 (WebCore::DocumentLoader::didTellClientAboutLoad):