Home
last modified time | relevance | path

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

12

/external/webkit/Source/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/Source/WebCore/page/
DPerformanceNavigation.cpp62 DocumentLoader* documentLoader = m_frame->loader()->documentLoader(); in type() local
DPerformanceTiming.cpp345 DocumentLoader* PerformanceTiming::documentLoader() const in documentLoader() function in WebCore::PerformanceTiming
/external/webkit/Source/WebCore/history/
DCachedPage.h47 DocumentLoader* documentLoader() const { return m_cachedMainFrame->documentLoader(); } in documentLoader() function
DCachedFrame.h85 DocumentLoader* documentLoader() const { return m_documentLoader.get(); } in documentLoader() function
/external/webkit/Source/WebCore/html/
DHTMLHtmlElement.cpp69 DocumentLoader* documentLoader = document()->frame()->loader()->documentLoader(); in insertedByParser() local
DMediaDocument.cpp213 DocumentLoader* documentLoader = loader(); in replaceMediaElementTimerFired() local
/external/webkit/Source/WebCore/inspector/
DInspectorApplicationCacheAgent.cpp78 DocumentLoader* documentLoader = m_inspectedPage->mainFrame()->loader()->documentLoader(); in getApplicationCaches() local
DInspectorInstrumentation.cpp519 DocumentLoader* documentLoader = frame->loader()->documentLoader(); in domContentLoadedEventFiredImpl() local
542 DocumentLoader* documentLoader = frame->loader()->documentLoader(); in loadEventFiredImpl() local
/external/webkit/Source/WebKit2/WebProcess/IconDatabase/
DWebIconDatabaseProxy.cpp100 …baseProxy::synchronousLoadDecisionForIconURL(const String& iconURL, DocumentLoader* documentLoader) in synchronousLoadDecisionForIconURL()
/external/webkit/Source/WebCore/loader/
DHistoryController.cpp556 DocumentLoader* documentLoader = m_frame->loader()->documentLoader(); in initializeItem() local
768 DocumentLoader* documentLoader = m_frame->loader()->documentLoader(); in updateCurrentItem() local
DResourceLoader.h60 DocumentLoader* documentLoader() const { return m_documentLoader.get(); } in documentLoader() function
DFrameLoader.h149 DocumentLoader* documentLoader() const { return m_documentLoader.get(); } in documentLoader() function
DMainResourceLoader.cpp433 if (DocumentLoader* documentLoader = frameLoader()->activeDocumentLoader()) in didReceiveData() local
DFrameLoader.cpp391 RefPtr<DocumentLoader> documentLoader = m_provisionalDocumentLoader; in stopLoading() local
987 RefPtr<DocumentLoader> documentLoader = m_client->createDocumentLoader(request, substituteData); in loadArchive() local
2354 DocumentLoader* documentLoader = childLoader->documentLoader(); in subframeIsLoading() local
/external/webkit/Source/WebCore/loader/archive/cf/
DLegacyWebArchive.cpp438 DocumentLoader* documentLoader = frame->loader()->documentLoader(); in create() local
517 DocumentLoader* documentLoader = frame->loader()->documentLoader(); in create() local
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebFrame.cpp243 DocumentLoader* documentLoader = m_coreFrame->loader()->activeDocumentLoader(); in source() local
338 DocumentLoader* documentLoader = m_coreFrame->loader()->documentLoader(); in url() local
/external/webkit/Source/WebKit/win/
DWebDataSource.cpp81 WebDocumentLoader* WebDataSource::documentLoader() const in documentLoader() function in WebDataSource
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheGroup.cpp144 DocumentLoader* documentLoader = frame->loader()->documentLoader(); in selectCache() local
217 DocumentLoader* documentLoader = frame->loader()->documentLoader(); in selectCacheWithoutManifestURL() local
DApplicationCacheHost.h166 DocumentLoader* documentLoader() const { return m_documentLoader; } in documentLoader() function
DApplicationCacheHost.cpp47 ApplicationCacheHost::ApplicationCacheHost(DocumentLoader* documentLoader) in ApplicationCacheHost()
/external/webkit/Source/WebCore/plugins/
DPluginStream.cpp107 DocumentLoader* documentLoader = m_frame->loader()->activeDocumentLoader(); in stop() local
/external/webkit/Source/WebKit/chromium/src/
DApplicationCacheHost.cpp61 ApplicationCacheHost::ApplicationCacheHost(DocumentLoader* documentLoader) in ApplicationCacheHost()
/external/webkit/Source/WebCore/html/parser/
DXSSFilter.cpp173 … if (DocumentLoader* documentLoader = m_parser->document()->frame()->loader()->documentLoader()) { in init() local
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DFrameLoaderClientWinCE.cpp429 void FrameLoaderClientWinCE::didChangeTitle(DocumentLoader* documentLoader) in didChangeTitle()
466 void FrameLoaderClientWinCE::finishedLoading(DocumentLoader* documentLoader) in finishedLoading()

12