Searched refs:activeDocumentLoader (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/svg/graphics/
H A DSVGImage.cpp377 ASSERT(loader.activeDocumentLoader()); // DocumentLoader should have been created by frame->init().
378 loader.activeDocumentLoader()->writer().setMIMEType("image/svg+xml");
379 loader.activeDocumentLoader()->writer().begin(URL()); // create the empty document
380 loader.activeDocumentLoader()->writer().addData(data()->data(), data()->size());
381 loader.activeDocumentLoader()->writer().end();
/macosx-10.10/WebCore-7600.1.25/html/
H A DPluginDocument.cpp138 frame->loader().activeDocumentLoader()->setMainResourceDataBufferingPolicy(DoNotBufferData);
184 DocumentLoader* documentLoader = frame()->loader().activeDocumentLoader();
H A DMediaDocument.cpp126 frame->loader().activeDocumentLoader()->setMainResourceDataBufferingPolicy(DoNotBufferData);
/macosx-10.10/WebCore-7600.1.25/loader/
H A DPingLoader.cpp121 // FIXME: Why activeDocumentLoader? I would have expected documentLoader().
123 // Document in the Frame, but the activeDocumentLoader will be associated
126 m_shouldUseCredentialStorage = frame.loader().client().shouldUseCredentialStorage(frame.loader().activeDocumentLoader(), identifier);
129 InspectorInstrumentation::continueAfterPingLoader(frame, identifier, frame.loader().activeDocumentLoader(), request, ResourceResponse());
H A DPolicyChecker.cpp61 checkNavigationPolicy(newRequest, m_frame.loader().activeDocumentLoader(), nullptr, WTF::move(function));
132 m_frame.loader().client().dispatchDecidePolicyForResponse(response, m_frame.loader().activeDocumentLoader()->request(), [this](PolicyAction action) {
H A DFrameLoader.h154 DocumentLoader* activeDocumentLoader() const;
H A DFrameLoader.cpp284 // FrameLoader::checkCompleted() will overwrite the URL of the document to be activeDocumentLoader()->documentURL().
840 m_frame.document()->setURL(activeDocumentLoader()->documentURL());
906 RefPtr<Archive> subframeArchive = activeDocumentLoader()->popArchiveForSubframe(childFrame->tree().uniqueName(), url);
1499 return activeDocumentLoader()->originalRequest();
1658 DocumentLoader* FrameLoader::activeDocumentLoader() const function in class:WebCore::FrameLoader
1667 DocumentLoader* docLoader = activeDocumentLoader();
2227 else if (activeDocumentLoader()) {
2228 URL unreachableURL = activeDocumentLoader()->unreachableURL();
2308 DocumentLoader* activeDocLoader = activeDocumentLoader();
2701 return activeDocumentLoader()
[all...]
H A DDocumentLoader.cpp164 ASSERT(!m_frame || frameLoader()->activeDocumentLoader() != this || !isLoading());
919 ASSERT(this == frameLoader()->activeDocumentLoader());
964 if (this == frameLoader()->activeDocumentLoader())
H A DResourceLoader.cpp58 , m_documentLoader(frame->loader().activeDocumentLoader())
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorOverlay.cpp803 ASSERT(loader.activeDocumentLoader());
804 loader.activeDocumentLoader()->writer().setMIMEType("text/html");
805 loader.activeDocumentLoader()->writer().begin();
806 loader.activeDocumentLoader()->writer().addData(reinterpret_cast<const char*>(InspectorOverlayPage_html), sizeof(InspectorOverlayPage_html));
807 loader.activeDocumentLoader()->writer().end();
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedResource.cpp261 if (options.securityCheck() == DoSecurityCheck && (frameLoader.state() == FrameStateProvisional || !frameLoader.activeDocumentLoader() || frameLoader.activeDocumentLoader()->isStopping())) {
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DHostedNetscapePluginStream.mm239 DocumentLoader* documentLoader = m_frameLoader->activeDocumentLoader();
H A DNetscapePluginInstanceProxy.mm773 if (documentLoader != core([m_pluginView webFrame])->loader().activeDocumentLoader() &&
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginStream.cpp109 DocumentLoader* documentLoader = m_frame->loader().activeDocumentLoader();
H A DPluginView.cpp429 if (m_parentFrame->loader().documentLoader() != m_parentFrame->loader().activeDocumentLoader() && (targetFrameName.isNull() || m_parentFrame->tree().find(targetFrameName) != m_parentFrame))
894 m_manualStream = PluginStream::create(this, m_parentFrame.get(), m_parentFrame->loader().activeDocumentLoader()->request(), false, 0, plugin()->pluginFuncs(), instance(), m_plugin->quirks());
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginStream.mm471 DocumentLoader* documentLoader = m_frameLoader->activeDocumentLoader();
H A DWebNetscapePluginView.mm1714 if ([[self dataSource] _documentLoader] != core([self webFrame])->loader().activeDocumentLoader() &&
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebFrame.cpp305 DocumentLoader* documentLoader = m_coreFrame->loader().activeDocumentLoader();
/macosx-10.10/WebCore-7600.1.25/loader/appcache/
H A DApplicationCacheGroup.cpp194 const ResourceRequest& request = frame->loader().activeDocumentLoader()->request();
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDocument.cpp533 m_cachedResourceLoader = &m_frame->loader().activeDocumentLoader()->cachedResourceLoader();
2856 if (frameLoader.activeDocumentLoader() && frameLoader.activeDocumentLoader()->mainResourceLoader())
2857 requestIdentifier = frameLoader.activeDocumentLoader()->mainResourceLoader()->identifier();
4665 if (!m_isSynthesized && m_frame->loader().activeDocumentLoader()->response().isAttachment())
/macosx-10.10/WebCore-7600.1.25/page/
H A DDOMWindow.cpp1064 if (m_frame->loader().activeDocumentLoader()->isLoading()) {
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/
H A DPluginView.cpp1387 DocumentLoader* documentLoader = frame()->loader().activeDocumentLoader();

Completed in 217 milliseconds