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

  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheHost.cpp 58 ASSERT(!m_applicationCache || !m_candidateApplicationCacheGroup || m_applicationCache->group() == m_candidateApplicationCacheGroup);
60 if (m_applicationCache)
61 m_applicationCache->group()->disassociateDocumentLoader(m_documentLoader);
136 if (!group && m_applicationCache) {
141 group = m_applicationCache->group();
255 ASSERT(!m_applicationCache || !m_candidateApplicationCacheGroup || m_applicationCache->group() == m_candidateApplicationCacheGroup);
259 else if (m_applicationCache)
260 m_applicationCache->group()->stopLoadingInFrame(frame)
    [all...]
ApplicationCacheHost.h 193 ApplicationCache* applicationCache() const { return m_applicationCache.get(); }
198 RefPtr<ApplicationCache> m_applicationCache;
  /external/webkit/Source/WebCore/page/
DOMWindow.h 413 DOMApplicationCache* optionalApplicationCache() const { return m_applicationCache.get(); }
489 mutable RefPtr<DOMApplicationCache> m_applicationCache;
DOMWindow.cpp 500 if (m_applicationCache)
501 m_applicationCache->disconnectFrame();
502 m_applicationCache = 0;
599 if (!m_applicationCache)
600 m_applicationCache = DOMApplicationCache::create(m_frame);
601 return m_applicationCache.get();
    [all...]

Completed in 674 milliseconds