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

  /external/webkit/WebCore/loader/appcache/
ApplicationCacheHost.cpp 48 , m_documentLoader(documentLoader)
52 ASSERT(m_documentLoader);
58 m_applicationCache->group()->disassociateDocumentLoader(m_documentLoader);
60 m_candidateApplicationCacheGroup->disassociateDocumentLoader(m_documentLoader);
65 ApplicationCacheGroup::selectCacheWithoutManifestURL(m_documentLoader->frame());
70 ApplicationCacheGroup::selectCache(m_documentLoader->frame(), manifestURL);
79 m_mainResourceApplicationCache = ApplicationCacheGroup::cacheForMainRequest(request, m_documentLoader);
110 m_mainResourceApplicationCache = ApplicationCacheGroup::fallbackCacheForMainRequest(request, m_documentLoader);
133 group->failedLoadingMainResource(m_documentLoader);
143 group->finishedLoadingMainResource(m_documentLoader);
    [all...]
ApplicationCacheHost.h 118 DocumentLoader* documentLoader() { return m_documentLoader; }
121 DocumentLoader* m_documentLoader;
ApplicationCacheGroup.cpp     [all...]
  /external/webkit/WebKit/chromium/src/
ApplicationCacheHost.cpp 57 , m_documentLoader(documentLoader)
60 ASSERT(m_documentLoader);
104 const KURL& docURL = m_documentLoader->frame()->document()->url();
105 String referrer = m_documentLoader->frameLoader()->referrer();
106 m_documentLoader->frame()->redirectScheduler()->scheduleLocationChange(docURL, referrer);
243 ASSERT(m_documentLoader->frame());
244 return m_documentLoader->frame()->settings()
245 && m_documentLoader->frame()->settings()->offlineWebApplicationCacheEnabled();
  /external/webkit/WebCore/loader/
NetscapePlugInStreamLoader.cpp 102 m_documentLoader->removePlugInStreamLoader(this);
111 m_documentLoader->removePlugInStreamLoader(this);
130 m_documentLoader->removePlugInStreamLoader(this);
ResourceLoader.cpp 59 , m_documentLoader(frame->loader()->activeDocumentLoader())
87 m_documentLoader = 0;
111 ASSERT(!m_documentLoader->isSubstituteLoadPending(this));
121 if (m_documentLoader->scheduleArchiveLoad(this, clientRequest, r.url()))
126 if (m_documentLoader->applicationCacheHost()->maybeLoadResource(this, clientRequest, r.url()))
338 m_documentLoader->cancelPendingSubstituteLoad(this);
FrameLoader.cpp 247 if (m_documentLoader)
248 m_documentLoader->setDefersLoading(defers);
780 if (m_documentLoader) {
781 String ptitle = m_documentLoader->title();
791 if (!m_documentLoader)
795 if (!parseHTTPRefresh(m_documentLoader->response().httpHeaderField("Refresh"), false, delay, url))
882 if (m_documentLoader) {
883 String dnsPrefetchControl = m_documentLoader->response().httpHeaderField("X-DNS-Prefetch-Control");
    [all...]
SubresourceLoader.cpp 54 m_documentLoader->addSubresourceLoader(this);
159 m_documentLoader->subresourceLoaderFinishedLoadingOnePart(this);
194 m_documentLoader->removeSubresourceLoader(this);
214 m_documentLoader->removeSubresourceLoader(this);
237 m_documentLoader->removeSubresourceLoader(this);
ResourceLoader.h 59 DocumentLoader* documentLoader() const { return m_documentLoader.get(); }
139 RefPtr<DocumentLoader> m_documentLoader;
MainResourceLoader.cpp 176 m_documentLoader->setRequest(newRequest);
347 m_documentLoader->setResponse(r);
486 if (m_documentLoader->deferMainResourceDataLoad())
567 if (m_substituteData.isValid() && m_documentLoader->deferMainResourceDataLoad())
FrameLoader.h 146 DocumentLoader* documentLoader() const { return m_documentLoader.get(); }
476 RefPtr<DocumentLoader> m_documentLoader;
  /external/webkit/WebCore/history/
CachedFrame.h 59 RefPtr<DocumentLoader> m_documentLoader;
83 DocumentLoader* documentLoader() const { return m_documentLoader.get(); }
CachedFrame.cpp 63 , m_documentLoader(frame->loader()->documentLoader())
122 ASSERT(m_documentLoader);
154 LOG(PageCache, "Finished creating CachedFrame for main frame url '%s' and DocumentLoader %p\n", m_url.string().utf8().data(), m_documentLoader.get());
156 LOG(PageCache, "Finished creating CachedFrame for child frame with url '%s' and DocumentLoader %p\n", m_url.string().utf8().data(), m_documentLoader.get());

Completed in 52 milliseconds