Searched refs:didTellClientAboutLoad (Results 1 – 6 of 6) sorted by relevance
111 m_frame->loader()->documentLoader()->didTellClientAboutLoad(request.url()); in dispatchWillSendRequest()117 m_frame->loader()->documentLoader()->didTellClientAboutLoad(request.url()); in dispatchWillSendRequest()
226 void didTellClientAboutLoad(const String& url) in didTellClientAboutLoad() function
3131 m_documentLoader->didTellClientAboutLoad(resource->url()); in loadedResourceFromMemoryCache()3138 m_documentLoader->didTellClientAboutLoad(resource->url()); in loadedResourceFromMemoryCache()
59385 (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 call59391 didTellClientAboutLoad.59398 (WebCore::SubresourceLoader::load): Call the renamed didTellClientAboutLoad.
58858 * loader/DocumentLoader.h: Moved didTellClientAboutLoad and haveToldClientAboutLoad58868 haveToldClientAboutLoad and didTellClientAboutLoad to call the document loader.58871 (WebCore::FrameLoader::dispatchWillSendRequest): Put calls to didTellClientAboutLoad58875 * loader/FrameLoader.h: Removed didTellClientAboutLoad, haveToldClientAboutLoad, and58879 didTellClientAboutLoad. That's now taken care of in dispatchWillSendRequest.
128665 in DocumentLoader::didTellClientAboutLoad.128674 (WebCore::DocumentLoader::didTellClientAboutLoad):