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

  /external/webkit/WebCore/loader/appcache/
DOMApplicationCache.idl 34 const unsigned short UNCACHED = 0;
DOMApplicationCache.cpp 69 return ApplicationCacheHost::UNCACHED;
ApplicationCacheHost.h 65 UNCACHED = 0,
ApplicationCacheHost.cpp 346 return UNCACHED;
363 return UNCACHED;
  /external/webkit/WebKit/chromium/src/
ApplicationCacheHost.cpp 228 return m_internal ? static_cast<Status>(m_internal->m_outerHost->status()) : UNCACHED;
AssertMatchingEnums.cpp 158 COMPILE_ASSERT_MATCHING_ENUM(WebApplicationCacheHost::Uncached, ApplicationCacheHost::UNCACHED);

Completed in 2063 milliseconds