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/
LocalDOMWindow.h 291 ApplicationCache* optionalApplicationCache() const { return m_applicationCache.get(); }
390 mutable RefPtrWillBeMember<ApplicationCache> m_applicationCache;
LocalDOMWindow.cpp 613 m_applicationCache = nullptr;
714 if (!m_applicationCache)
715 m_applicationCache = ApplicationCache::create(m_frame);
716 return m_applicationCache.get();
    [all...]

Completed in 246 milliseconds