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 280 ApplicationCache* optionalApplicationCache() const { return m_applicationCache.get(); }
380 mutable RefPtrWillBeMember<ApplicationCache> m_applicationCache;
LocalDOMWindow.cpp 594 m_applicationCache = nullptr;
695 if (!m_applicationCache)
696 m_applicationCache = ApplicationCache::create(m_frame);
697 return m_applicationCache.get();
    [all...]

Completed in 443 milliseconds