Searched defs:documentLoader (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/history/
H A DCachedPage.h48 DocumentLoader* documentLoader() const { return m_cachedMainFrame->documentLoader(); } function in class:WebCore::CachedPage
H A DCachedFrame.h89 DocumentLoader* documentLoader() const { return m_documentLoader.get(); } function in class:WebCore::CachedFrame
H A DPageCache.cpp312 DocumentLoader* documentLoader = frameLoader->documentLoader(); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DErrorsEfl.cpp91 DocumentLoader* documentLoader = printContext->frame()->loader()->documentLoader(); local
98 DocumentLoader* documentLoader = printContext->frame()->loader()->documentLoader(); local
105 DocumentLoader* documentLoader = printContext->frame()->loader()->documentLoader(); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DErrorsGtk.cpp96 DocumentLoader* documentLoader = printContext->frame()->loader()->documentLoader(); local
103 DocumentLoader* documentLoader = printContext->frame()->loader()->documentLoader(); local
110 DocumentLoader* documentLoader = printContext->frame()->loader()->documentLoader(); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DMediaDocument.cpp229 DocumentLoader* documentLoader = loader(); local
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPerformanceTiming.cpp313 DocumentLoader* PerformanceTiming::documentLoader() const function in class:WebCore::PerformanceTiming
H A DDOMWindow.cpp1706 RefPtr<DocumentLoader> documentLoader = m_frame->loader()->documentLoader(); local
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorApplicationCacheAgent.cpp89 DocumentLoader* documentLoader = frame->loader()->documentLoader(); local
113 DocumentLoader* documentLoader = frame->loader()->documentLoader(); local
141 DocumentLoader* documentLoader = assertFrameWithDocumentLoader(errorString, frameId); local
151 DocumentLoader* documentLoader = assertFrameWithDocumentLoader(errorString, frameId); local
[all...]
H A DInspectorPageAgent.cpp999 DocumentLoader* documentLoader = frameLoader ? frameLoader->documentLoader() : 0; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DResourceLoader.h60 DocumentLoader* documentLoader() const { return m_documentLoader.get(); } function in class:WebCore::ResourceLoader
H A DFrameLoader.h151 DocumentLoader* documentLoader() const { return m_documentLoader.get(); } function in class:WebCore::FrameLoader
H A DHistoryController.cpp623 DocumentLoader* documentLoader = m_frame->loader()->documentLoader(); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/loader/appcache/
H A DApplicationCacheHost.h158 DocumentLoader* documentLoader() const { return m_documentLoader; } function in class:WebCore::ApplicationCacheHost
H A DApplicationCacheHost.cpp46 ApplicationCacheHost::ApplicationCacheHost(DocumentLoader* documentLoader) argument
/macosx-10.9.5/WebCore-7537.78.1/loader/cache/
H A DCachedResourceLoader.h72 static PassRefPtr<CachedResourceLoader> create(DocumentLoader* documentLoader) { return adoptRef(new CachedResourceLoader(documentLoader)); } argument
H A DCachedResourceLoader.cpp117 CachedResourceLoader::CachedResourceLoader(DocumentLoader* documentLoader) argument
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginStream.cpp107 DocumentLoader* documentLoader = m_frame->loader()->activeDocumentLoader(); local
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebDataSource.cpp83 WebDocumentLoader* WebDataSource::documentLoader() const function in class:WebDataSource
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/gtk/
H A DWebKitWebPage.cpp72 DocumentLoader* documentLoader = webFrame->coreFrame()->loader()->provisionalDocumentLoader(); local
/macosx-10.9.5/WebCore-7537.78.1/loader/archive/cf/
H A DLegacyWebArchive.cpp457 DocumentLoader* documentLoader = frame->loader()->documentLoader(); local
539 DocumentLoader* documentLoader = frame->loader()->documentLoader(); local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebFrame.cpp252 void WebFrame::convertMainResourceLoadToDownload(DocumentLoader* documentLoader, const ResourceRequest& request, const ResourceResponse& response) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DDumpRenderTreeSupportEfl.cpp191 WebCore::DocumentLoader *documentLoader = frame->loader()->documentLoader(); local
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DQWebFrameAdapter.cpp421 DocumentLoader* documentLoader = frame->loader()->activeDocumentLoader(); local
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.cpp405 void FrameLoaderClientWinCE::didChangeTitle(DocumentLoader* documentLoader) argument

Completed in 253 milliseconds

12