/external/webkit/Source/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/Source/WebCore/page/ |
D | PerformanceNavigation.cpp | 62 DocumentLoader* documentLoader = m_frame->loader()->documentLoader(); in type() local
|
D | PerformanceTiming.cpp | 345 DocumentLoader* PerformanceTiming::documentLoader() const in documentLoader() function in WebCore::PerformanceTiming
|
/external/webkit/Source/WebCore/history/ |
D | CachedPage.h | 47 DocumentLoader* documentLoader() const { return m_cachedMainFrame->documentLoader(); } in documentLoader() function
|
D | CachedFrame.h | 85 DocumentLoader* documentLoader() const { return m_documentLoader.get(); } in documentLoader() function
|
/external/webkit/Source/WebCore/html/ |
D | HTMLHtmlElement.cpp | 69 DocumentLoader* documentLoader = document()->frame()->loader()->documentLoader(); in insertedByParser() local
|
D | MediaDocument.cpp | 213 DocumentLoader* documentLoader = loader(); in replaceMediaElementTimerFired() local
|
/external/webkit/Source/WebCore/inspector/ |
D | InspectorApplicationCacheAgent.cpp | 78 DocumentLoader* documentLoader = m_inspectedPage->mainFrame()->loader()->documentLoader(); in getApplicationCaches() local
|
D | InspectorInstrumentation.cpp | 519 DocumentLoader* documentLoader = frame->loader()->documentLoader(); in domContentLoadedEventFiredImpl() local 542 DocumentLoader* documentLoader = frame->loader()->documentLoader(); in loadEventFiredImpl() local
|
/external/webkit/Source/WebKit2/WebProcess/IconDatabase/ |
D | WebIconDatabaseProxy.cpp | 100 …baseProxy::synchronousLoadDecisionForIconURL(const String& iconURL, DocumentLoader* documentLoader) in synchronousLoadDecisionForIconURL()
|
/external/webkit/Source/WebCore/loader/ |
D | HistoryController.cpp | 556 DocumentLoader* documentLoader = m_frame->loader()->documentLoader(); in initializeItem() local 768 DocumentLoader* documentLoader = m_frame->loader()->documentLoader(); in updateCurrentItem() local
|
D | ResourceLoader.h | 60 DocumentLoader* documentLoader() const { return m_documentLoader.get(); } in documentLoader() function
|
D | FrameLoader.h | 149 DocumentLoader* documentLoader() const { return m_documentLoader.get(); } in documentLoader() function
|
D | MainResourceLoader.cpp | 433 if (DocumentLoader* documentLoader = frameLoader()->activeDocumentLoader()) in didReceiveData() local
|
D | FrameLoader.cpp | 391 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/ |
D | LegacyWebArchive.cpp | 438 DocumentLoader* documentLoader = frame->loader()->documentLoader(); in create() local 517 DocumentLoader* documentLoader = frame->loader()->documentLoader(); in create() local
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | WebFrame.cpp | 243 DocumentLoader* documentLoader = m_coreFrame->loader()->activeDocumentLoader(); in source() local 338 DocumentLoader* documentLoader = m_coreFrame->loader()->documentLoader(); in url() local
|
/external/webkit/Source/WebKit/win/ |
D | WebDataSource.cpp | 81 WebDocumentLoader* WebDataSource::documentLoader() const in documentLoader() function in WebDataSource
|
/external/webkit/Source/WebCore/loader/appcache/ |
D | ApplicationCacheGroup.cpp | 144 DocumentLoader* documentLoader = frame->loader()->documentLoader(); in selectCache() local 217 DocumentLoader* documentLoader = frame->loader()->documentLoader(); in selectCacheWithoutManifestURL() local
|
D | ApplicationCacheHost.h | 166 DocumentLoader* documentLoader() const { return m_documentLoader; } in documentLoader() function
|
D | ApplicationCacheHost.cpp | 47 ApplicationCacheHost::ApplicationCacheHost(DocumentLoader* documentLoader) in ApplicationCacheHost()
|
/external/webkit/Source/WebCore/plugins/ |
D | PluginStream.cpp | 107 DocumentLoader* documentLoader = m_frame->loader()->activeDocumentLoader(); in stop() local
|
/external/webkit/Source/WebKit/chromium/src/ |
D | ApplicationCacheHost.cpp | 61 ApplicationCacheHost::ApplicationCacheHost(DocumentLoader* documentLoader) in ApplicationCacheHost()
|
/external/webkit/Source/WebCore/html/parser/ |
D | XSSFilter.cpp | 173 … if (DocumentLoader* documentLoader = m_parser->document()->frame()->loader()->documentLoader()) { in init() local
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | FrameLoaderClientWinCE.cpp | 429 void FrameLoaderClientWinCE::didChangeTitle(DocumentLoader* documentLoader) in didChangeTitle() 466 void FrameLoaderClientWinCE::finishedLoading(DocumentLoader* documentLoader) in finishedLoading()
|