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

  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMWindow.h 346 DOMApplicationCache* optionalApplicationCache() const { return m_applicationCache.get(); }
417 mutable RefPtr<DOMApplicationCache> m_applicationCache;
DOMWindow.cpp 390 ASSERT(!m_applicationCache);
495 m_applicationCache = 0;
605 if (!m_applicationCache)
606 m_applicationCache = DOMApplicationCache::create(m_frame);
607 return m_applicationCache.get();
    [all...]

Completed in 175 milliseconds