Home
last modified time | relevance | path

Searched refs:m_applicationCache (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DDOMWindow.h285 ApplicationCache* optionalApplicationCache() const { return m_applicationCache.get(); } in optionalApplicationCache()
368 mutable RefPtr<ApplicationCache> m_applicationCache; variable
DDOMWindow.cpp503 ASSERT(!m_applicationCache); in ~DOMWindow()
604 m_applicationCache = 0; in resetDOMWindowProperties()
720 if (!m_applicationCache) in applicationCache()
721 m_applicationCache = ApplicationCache::create(m_frame); in applicationCache()
722 return m_applicationCache.get(); in applicationCache()