HomeSort by relevance Sort by last modified time
    Searched refs:activeDocumentLoader (Results 1 - 25 of 32) sorted by null

1 2

  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameNetworkingContextAndroid.cpp 44 return frame()->loader()->activeDocumentLoader()->mainResourceLoader();
FrameLoaderClientAndroid.cpp 259 DocumentLoader* docLoader = m_frame->loader()->activeDocumentLoader();
521 WebCore::DocumentLoader* docLoader = m_frame->loader()->activeDocumentLoader();
    [all...]
  /external/webkit/Source/WebCore/svg/graphics/
SVGImage.cpp 281 ASSERT(loader->activeDocumentLoader()); // DocumentLoader should have been created by frame->init().
282 loader->activeDocumentLoader()->writer()->setMIMEType("image/svg+xml");
283 loader->activeDocumentLoader()->writer()->begin(KURL()); // create the empty document
284 loader->activeDocumentLoader()->writer()->addData(data()->data(), data()->size());
285 loader->activeDocumentLoader()->writer()->end();
  /external/webkit/Source/WebCore/html/
PluginDocument.cpp 136 frame->loader()->activeDocumentLoader()->mainResourceLoader()->setShouldBufferData(false);
184 frame()->loader()->activeDocumentLoader()->mainResourceLoader()->cancel();
MediaDocument.cpp 103 frame->loader()->activeDocumentLoader()->mainResourceLoader()->setShouldBufferData(false);
  /external/webkit/Source/WebCore/loader/
PolicyChecker.cpp 53 checkNavigationPolicy(newRequest, m_frame->loader()->activeDocumentLoader(), 0, function, argument);
104 response, m_frame->loader()->activeDocumentLoader()->request());
MainResourceLoader.cpp 402 ASSERT(frameLoader()->activeDocumentLoader());
405 if (frameLoader()->activeDocumentLoader()->substituteData().isValid()) {
433 if (DocumentLoader* documentLoader = frameLoader()->activeDocumentLoader())
462 ASSERT(shouldLoadAsEmptyDocument(frameLoader()->activeDocumentLoader()->url()) || !defersLoading());
PingLoader.cpp 98 m_shouldUseCredentialStorage = frame->loader()->client()->shouldUseCredentialStorage(frame->loader()->activeDocumentLoader(), identifier);
SubresourceLoader.cpp 69 if (securityCheck == DoSecurityCheck && (fl->state() == FrameStateProvisional || !fl->activeDocumentLoader() || fl->activeDocumentLoader()->isStopping()))
FrameLoader.cpp 609 activeDocumentLoader()->writer()->begin(m_workingURL, false);
610 activeDocumentLoader()->writer()->setDocumentWasLoadedAsPartOfNavigation();
    [all...]
DocumentLoader.cpp 114 ASSERT(!m_frame || frameLoader()->activeDocumentLoader() != this || !frameLoader()->isLoading());
374 ASSERT(this == frameLoader()->activeDocumentLoader());
429 if (this == frameLoader()->activeDocumentLoader())
ResourceLoader.cpp 63 , m_documentLoader(frame->loader()->activeDocumentLoader())
FrameLoader.h 148 DocumentLoader* activeDocumentLoader() const;
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
HostedNetscapePluginStream.mm 238 DocumentLoader* documentLoader = m_frameLoader->activeDocumentLoader();
  /external/webkit/Source/WebKit/chromium/src/
FrameLoaderClientImpl.cpp 597 !webView->page()->mainFrame()->loader()->activeDocumentLoader()->isLoadingInAPISense();
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 442 m_lastRequestedUrl = m_frame->loader()->activeDocumentLoader()->requestURL();
    [all...]
  /external/webkit/Source/WebCore/plugins/
PluginStream.cpp 107 DocumentLoader* documentLoader = m_frame->loader()->activeDocumentLoader();
PluginView.cpp 456 if (m_parentFrame->loader()->documentLoader() != m_parentFrame->loader()->activeDocumentLoader() &&
996 m_manualStream = PluginStream::create(this, m_parentFrame.get(), m_parentFrame->loader()->activeDocumentLoader()->request(), false, 0, plugin()->pluginFuncs(), instance(), m_plugin->quirks());
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginStream.mm 470 DocumentLoader* documentLoader = m_frameLoader->activeDocumentLoader();
  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWindowShell.cpp 354 // The activeDocumentLoader pointer could be 0 during frame shutdown.
355 if (!m_frame->loader()->activeDocumentLoader())
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebframe.cpp 970 WebCore::DocumentLoader* loader = coreFrame->loader()->activeDocumentLoader();
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebFrame.cpp 243 DocumentLoader* documentLoader = m_coreFrame->loader()->activeDocumentLoader();
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp 754 frame->loader()->activeDocumentLoader()->writer()->begin();
755 frame->loader()->activeDocumentLoader()->writer()->end();
    [all...]
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheGroup.cpp 186 const ResourceRequest& request = frame->loader()->activeDocumentLoader()->request();
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp 902 DocumentLoader* documentLoader = frame()->loader()->activeDocumentLoader();
    [all...]

Completed in 479 milliseconds

1 2