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

  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheHost.cpp 49 , m_documentLoader(documentLoader)
53 ASSERT(m_documentLoader);
61 m_applicationCache->group()->disassociateDocumentLoader(m_documentLoader);
63 m_candidateApplicationCacheGroup->disassociateDocumentLoader(m_documentLoader);
68 ApplicationCacheGroup::selectCacheWithoutManifestURL(m_documentLoader->frame());
73 ApplicationCacheGroup::selectCache(m_documentLoader->frame(), manifestURL);
82 m_mainResourceApplicationCache = ApplicationCacheGroup::cacheForMainRequest(request, m_documentLoader);
119 m_mainResourceApplicationCache = ApplicationCacheGroup::fallbackCacheForMainRequest(request, m_documentLoader);
145 group->failedLoadingMainResource(m_documentLoader);
155 group->finishedLoadingMainResource(m_documentLoader);
    [all...]
ApplicationCacheHost.h 166 DocumentLoader* documentLoader() const { return m_documentLoader; }
176 DocumentLoader* m_documentLoader;
ApplicationCacheGroup.cpp     [all...]
  /external/webkit/Source/WebCore/loader/
NetscapePlugInStreamLoader.cpp 108 m_documentLoader->removePlugInStreamLoader(this);
117 m_documentLoader->removePlugInStreamLoader(this);
136 m_documentLoader->removePlugInStreamLoader(this);
FrameLoader.cpp 242 m_documentLoader->writer()->begin(KURL(), false);
243 m_documentLoader->writer()->end();
253 if (m_documentLoader)
254 m_documentLoader->setDefersLoading(defers);
620 if (m_documentLoader) {
621 StringWithDirection ptitle = m_documentLoader->title();
631 if (!m_documentLoader)
635 if (!parseHTTPRefresh(m_documentLoader->response().httpHeaderField("Refresh"), false, delay, url))
675 if (m_documentLoader) {
676 String dnsPrefetchControl = m_documentLoader->response().httpHeaderField("X-DNS-Prefetch-Control")
    [all...]
ResourceLoader.cpp 63 , m_documentLoader(frame->loader()->activeDocumentLoader())
91 m_documentLoader = 0;
118 ASSERT(!m_documentLoader->isSubstituteLoadPending(this));
149 if (m_documentLoader->scheduleArchiveLoad(this, m_request, m_request.url()))
154 if (m_documentLoader->applicationCacheHost()->maybeLoadResource(this, m_request, m_request.url()))
367 m_documentLoader->cancelPendingSubstituteLoad(this);
SubresourceLoader.cpp 153 m_documentLoader->subresourceLoaderFinishedLoadingOnePart(this);
198 m_documentLoader->removeSubresourceLoader(this);
218 m_documentLoader->removeSubresourceLoader(this);
241 m_documentLoader->removeSubresourceLoader(this);
ResourceLoader.h 60 DocumentLoader* documentLoader() const { return m_documentLoader.get(); }
163 RefPtr<DocumentLoader> m_documentLoader;
MainResourceLoader.cpp 209 m_documentLoader->setRequest(newRequest);
394 m_documentLoader->setResponse(r);
541 if (m_documentLoader->deferMainResourceDataLoad())
626 if (m_substituteData.isValid() && m_documentLoader->deferMainResourceDataLoad())
FrameLoader.h 149 DocumentLoader* documentLoader() const { return m_documentLoader.get(); }
448 RefPtr<DocumentLoader> m_documentLoader;
  /external/webkit/Source/WebCore/history/
CachedFrame.h 60 RefPtr<DocumentLoader> m_documentLoader;
85 DocumentLoader* documentLoader() const { return m_documentLoader.get(); }
CachedFrame.cpp 65 , m_documentLoader(frame->loader()->documentLoader())
133 ASSERT(m_documentLoader);
176 LOG(PageCache, "Finished creating CachedFrame for main frame url '%s' and DocumentLoader %p\n", m_url.string().utf8().data(), m_documentLoader.get());
178 LOG(PageCache, "Finished creating CachedFrame for child frame with url '%s' and DocumentLoader %p\n", m_url.string().utf8().data(), m_documentLoader.get());
  /external/webkit/Source/WebKit/chromium/src/
ApplicationCacheHost.cpp 63 , m_documentLoader(documentLoader)
66 ASSERT(m_documentLoader);
85 m_internal->m_outerHost->willStartMainResourceRequest(wrapped, WebFrameImpl::fromFrame(m_documentLoader->frame()));
110 Frame* frame = m_documentLoader->frame();
213 InspectorInstrumentation::updateApplicationCacheStatus(m_documentLoader->frame());
298 ASSERT(m_documentLoader->frame());
299 return m_documentLoader->frame()->settings()
300 && m_documentLoader->frame()->settings()->offlineWebApplicationCacheEnabled();
ApplicationCacheHostInternal.h 51 WebKit::WebFrameImpl* webFrame = WebKit::WebFrameImpl::fromFrame(host->m_documentLoader->frame());

Completed in 56 milliseconds