Searched refs:m_documentLoader (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheHost.cpp49 , 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...]
H A DApplicationCacheHost.h166 DocumentLoader* documentLoader() const { return m_documentLoader; }
176 DocumentLoader* m_documentLoader; member in class:WebCore::ApplicationCacheHost
H A DApplicationCacheGroup.cpp1076 Frame* frame = m_documentLoader->frame();
1080 ASSERT(frame->loader()->documentLoader() == m_documentLoader.get());
1082 m_documentLoader->applicationCacheHost()->notifyDOMApplicationCache(m_eventID, m_progressTotal, m_progressDone);
1087 : m_documentLoader(loader)
1094 RefPtr<DocumentLoader> m_documentLoader; member in class:WebCore::CallCacheListenerTask
/external/webkit/Source/WebCore/loader/
H A DNetscapePlugInStreamLoader.cpp108 m_documentLoader->removePlugInStreamLoader(this);
117 m_documentLoader->removePlugInStreamLoader(this);
136 m_documentLoader->removePlugInStreamLoader(this);
H A DFrameLoader.cpp237 m_documentLoader->writer()->begin(KURL(), false);
238 m_documentLoader->writer()->end();
248 if (m_documentLoader)
249 m_documentLoader->setDefersLoading(defers);
615 if (m_documentLoader) {
616 StringWithDirection ptitle = m_documentLoader->title();
626 if (!m_documentLoader)
630 if (!parseHTTPRefresh(m_documentLoader->response().httpHeaderField("Refresh"), false, delay, url))
670 if (m_documentLoader) {
671 String dnsPrefetchControl = m_documentLoader
[all...]
H A DResourceLoader.cpp63 , 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);
H A DSubresourceLoader.cpp153 m_documentLoader->subresourceLoaderFinishedLoadingOnePart(this);
198 m_documentLoader->removeSubresourceLoader(this);
218 m_documentLoader->removeSubresourceLoader(this);
241 m_documentLoader->removeSubresourceLoader(this);
H A DResourceLoader.h60 DocumentLoader* documentLoader() const { return m_documentLoader.get(); }
163 RefPtr<DocumentLoader> m_documentLoader; member in class:WebCore::ResourceLoader
H A DMainResourceLoader.cpp209 m_documentLoader->setRequest(newRequest);
394 m_documentLoader->setResponse(r);
541 if (m_documentLoader->deferMainResourceDataLoad())
626 if (m_substituteData.isValid() && m_documentLoader->deferMainResourceDataLoad())
H A DFrameLoader.h149 DocumentLoader* documentLoader() const { return m_documentLoader.get(); }
448 RefPtr<DocumentLoader> m_documentLoader; member in class:WebCore::FrameLoader
/external/webkit/Source/WebCore/history/
H A DCachedFrame.h60 RefPtr<DocumentLoader> m_documentLoader; member in class:WebCore::CachedFrameBase
85 DocumentLoader* documentLoader() const { return m_documentLoader.get(); }
H A DCachedFrame.cpp65 , 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/
H A DApplicationCacheHost.cpp63 , 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();
H A DApplicationCacheHostInternal.h51 WebKit::WebFrameImpl* webFrame = WebKit::WebFrameImpl::fromFrame(host->m_documentLoader->frame());

Completed in 301 milliseconds