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/frame/
DOMWindow.h 285 ApplicationCache* optionalApplicationCache() const { return m_applicationCache.get(); }
368 mutable RefPtr<ApplicationCache> m_applicationCache;
DOMWindow.cpp 503 ASSERT(!m_applicationCache);
604 m_applicationCache = 0;
720 if (!m_applicationCache)
721 m_applicationCache = ApplicationCache::create(m_frame);
722 return m_applicationCache.get();
    [all...]

Completed in 29 milliseconds