/external/webkit/WebCore/page/mac/ |
D | PageMac.cpp | 48 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/ |
D | CachedPage.h | 47 DocumentLoader* documentLoader() const { return m_cachedMainFrame->documentLoader(); } in documentLoader() function
|
D | CachedFrame.h | 83 DocumentLoader* documentLoader() const { return m_documentLoader.get(); } in documentLoader() function
|
/external/webkit/WebCore/html/ |
D | HTMLHtmlElement.cpp | 73 DocumentLoader* documentLoader = document()->frame()->loader()->documentLoader(); in insertedIntoDocument() local
|
/external/webkit/WebCore/loader/appcache/ |
D | ApplicationCacheHost.h | 118 DocumentLoader* documentLoader() { return m_documentLoader; } in documentLoader() function
|
D | ApplicationCacheGroup.cpp | 130 DocumentLoader* documentLoader = frame->loader()->documentLoader(); in selectCache() local 200 DocumentLoader* documentLoader = frame->loader()->documentLoader(); in selectCacheWithoutManifestURL() local
|
D | ApplicationCacheHost.cpp | 46 ApplicationCacheHost::ApplicationCacheHost(DocumentLoader* documentLoader) in ApplicationCacheHost()
|
/external/webkit/WebCore/loader/ |
D | ResourceLoader.h | 59 DocumentLoader* documentLoader() const { return m_documentLoader.get(); } in documentLoader() function
|
D | FrameLoader.h | 146 DocumentLoader* documentLoader() const { return m_documentLoader.get(); } in documentLoader() function
|
D | MainResourceLoader.cpp | 386 if (DocumentLoader* documentLoader = frameLoader()->activeDocumentLoader()) in didReceiveData() local
|
D | FrameLoader.cpp | 1272 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/ |
D | LegacyWebArchive.cpp | 437 DocumentLoader* documentLoader = frame->loader()->documentLoader(); in create() local 516 DocumentLoader* documentLoader = frame->loader()->documentLoader(); in create() local
|
/external/webkit/WebKit/win/ |
D | WebDataSource.cpp | 81 WebDocumentLoader* WebDataSource::documentLoader() const in documentLoader() function in WebDataSource
|
/external/webkit/WebKit/chromium/src/ |
D | ApplicationCacheHost.cpp | 55 ApplicationCacheHost::ApplicationCacheHost(DocumentLoader* documentLoader) in ApplicationCacheHost()
|
D | WebFrameImpl.cpp | 890 DocumentLoader* documentLoader = m_frame->loader()->documentLoader(); in commitDocumentData() local
|
/external/webkit/WebCore/plugins/ |
D | PluginStream.cpp | 110 DocumentLoader* documentLoader = m_frame->loader()->activeDocumentLoader(); in stop() local
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
D | FrameLoaderClientGtk.cpp | 860 void FrameLoaderClient::finishedLoading(WebCore::DocumentLoader* documentLoader) in finishedLoading()
|
/external/webkit/WebCore/dom/ |
D | Document.cpp | 4511 DocumentLoader* documentLoader = m_frame->loader()->documentLoader(); in initSecurityContext() local
|