Home
last modified time | relevance | path

Searched defs:documentLoader (Results 1 – 18 of 18) sorted by relevance

/external/webkit/WebCore/page/mac/
DPageMac.cpp48 if (DocumentLoader* documentLoader = frame->loader()->documentLoader()) in addSchedulePair() local
50 if (DocumentLoader* documentLoader = frame->loader()->provisionalDocumentLoader()) in addSchedulePair() local
69 if (DocumentLoader* documentLoader = frame->loader()->documentLoader()) in removeSchedulePair() local
71 if (DocumentLoader* documentLoader = frame->loader()->provisionalDocumentLoader()) in removeSchedulePair() local
/external/webkit/WebCore/history/
DCachedPage.h47 DocumentLoader* documentLoader() const { return m_cachedMainFrame->documentLoader(); } in documentLoader() function
DCachedFrame.h83 DocumentLoader* documentLoader() const { return m_documentLoader.get(); } in documentLoader() function
/external/webkit/WebCore/html/
DHTMLHtmlElement.cpp73 DocumentLoader* documentLoader = document()->frame()->loader()->documentLoader(); in insertedIntoDocument() local
/external/webkit/WebCore/loader/appcache/
DApplicationCacheHost.h118 DocumentLoader* documentLoader() { return m_documentLoader; } in documentLoader() function
DApplicationCacheGroup.cpp130 DocumentLoader* documentLoader = frame->loader()->documentLoader(); in selectCache() local
200 DocumentLoader* documentLoader = frame->loader()->documentLoader(); in selectCacheWithoutManifestURL() local
DApplicationCacheHost.cpp46 ApplicationCacheHost::ApplicationCacheHost(DocumentLoader* documentLoader) in ApplicationCacheHost()
/external/webkit/WebCore/loader/
DResourceLoader.h59 DocumentLoader* documentLoader() const { return m_documentLoader.get(); } in documentLoader() function
DFrameLoader.h146 DocumentLoader* documentLoader() const { return m_documentLoader.get(); } in documentLoader() function
DMainResourceLoader.cpp386 if (DocumentLoader* documentLoader = frameLoader()->activeDocumentLoader()) in didReceiveData() local
DFrameLoader.cpp1272 RefPtr<DocumentLoader> documentLoader = m_client->createDocumentLoader(request, substituteData); in loadArchive() local
2921 DocumentLoader* documentLoader = childLoader->documentLoader(); in subframeIsLoading() local
/external/webkit/WebCore/loader/archive/cf/
DLegacyWebArchive.cpp437 DocumentLoader* documentLoader = frame->loader()->documentLoader(); in create() local
516 DocumentLoader* documentLoader = frame->loader()->documentLoader(); in create() local
/external/webkit/WebKit/win/
DWebDataSource.cpp81 WebDocumentLoader* WebDataSource::documentLoader() const in documentLoader() function in WebDataSource
/external/webkit/WebKit/chromium/src/
DApplicationCacheHost.cpp55 ApplicationCacheHost::ApplicationCacheHost(DocumentLoader* documentLoader) in ApplicationCacheHost()
DWebFrameImpl.cpp890 DocumentLoader* documentLoader = m_frame->loader()->documentLoader(); in commitDocumentData() local
/external/webkit/WebCore/plugins/
DPluginStream.cpp110 DocumentLoader* documentLoader = m_frame->loader()->activeDocumentLoader(); in stop() local
/external/webkit/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.cpp860 void FrameLoaderClient::finishedLoading(WebCore::DocumentLoader* documentLoader) in finishedLoading()
/external/webkit/WebCore/dom/
DDocument.cpp4511 DocumentLoader* documentLoader = m_frame->loader()->documentLoader(); in initSecurityContext() local