HomeSort by relevance Sort by last modified time
    Searched refs:m_documentLoader (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
ApplicationCacheHost.cpp 64 , m_documentLoader(documentLoader)
67 ASSERT(m_documentLoader);
86 m_internal->m_outerHost->willStartMainResourceRequest(wrapped, WebFrameImpl::fromFrame(m_documentLoader->frame()));
111 Frame* frame = m_documentLoader->frame();
170 InspectorInstrumentation::updateApplicationCacheStatus(m_documentLoader->frame());
242 InspectorInstrumentation::updateApplicationCacheStatus(m_documentLoader->frame());
254 ASSERT(m_documentLoader->frame());
255 return m_documentLoader->frame()->settings()
256 && m_documentLoader->frame()->settings()->offlineWebApplicationCacheEnabled();
ApplicationCacheHostInternal.h 47 WebKit::WebFrameImpl* webFrame = WebKit::WebFrameImpl::fromFrame(host->m_documentLoader->frame());
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCacheHost.h 138 DocumentLoader* documentLoader() const { return m_documentLoader; }
148 DocumentLoader* m_documentLoader;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.cpp 204 if (m_documentLoader)
205 m_documentLoader->setDefersLoading(defers);
461 if (m_documentLoader) {
462 StringWithDirection ptitle = m_documentLoader->title();
486 m_frame->document()->initContentSecurityPolicy(m_documentLoader ? ContentSecurityPolicyResponseHeaders(m_documentLoader->response()) : ContentSecurityPolicyResponseHeaders());
494 if (m_documentLoader) {
495 String dnsPrefetchControl = m_documentLoader->response().httpHeaderField("X-DNS-Prefetch-Control");
499 String headerContentLanguage = m_documentLoader->response().httpHeaderField("Content-Language");
737 m_documentLoader->clearRedirectChain()
    [all...]
FrameLoader.h 136 DocumentLoader* documentLoader() const { return m_documentLoader.get(); }
323 RefPtr<DocumentLoader> m_documentLoader;
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
ResourceFetcher.cpp 163 , m_documentLoader(documentLoader)
174 m_documentLoader = 0;
197 if (m_documentLoader)
198 return m_documentLoader->frame();
475 if (m_documentLoader) {
476 if (m_documentLoader != frame()->loader()->activeDocumentLoader())
478 if (m_documentLoader->isStopping())
544 if (!m_documentLoader || !m_documentLoader->scheduleArchiveLoad(resource.get(), request.resourceRequest()))
634 if (!m_documentLoader->overrideEncoding().isEmpty() || frameLoadType == FrameLoadTypeBackForward
    [all...]
ResourceFetcher.h 117 DocumentLoader* documentLoader() const { return m_documentLoader; }
118 void clearDocumentLoader() { m_documentLoader = 0; }
188 DocumentLoader* m_documentLoader;

Completed in 91 milliseconds