Searched refs:m_applicationCache (Results 1 – 2 of 2) sorted by relevance
285 ApplicationCache* optionalApplicationCache() const { return m_applicationCache.get(); } in optionalApplicationCache()368 mutable RefPtr<ApplicationCache> m_applicationCache; variable
503 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()