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

  /external/webkit/WebCore/loader/appcache/
ApplicationCacheHost.cpp 57 if (m_applicationCache)
58 m_applicationCache->group()->disassociateDocumentLoader(m_documentLoader);
127 if (!group && m_applicationCache) {
129 group = m_applicationCache->group();
262 ASSERT(!m_applicationCache);
269 ASSERT(!m_applicationCache);
273 m_applicationCache = applicationCache;
ApplicationCacheHost.h 138 ApplicationCache* applicationCache() const { return m_applicationCache.get(); }
143 RefPtr<ApplicationCache> m_applicationCache;
  /external/webkit/WebCore/page/
DOMWindow.cpp 459 if (m_applicationCache)
460 m_applicationCache->disconnectFrame();
461 m_applicationCache = 0;
547 if (!m_applicationCache)
548 m_applicationCache = DOMApplicationCache::create(m_frame);
549 return m_applicationCache.get();
    [all...]
DOMWindow.h 359 DOMApplicationCache* optionalApplicationCache() const { return m_applicationCache.get(); }
396 mutable RefPtr<DOMApplicationCache> m_applicationCache;

Completed in 840 milliseconds