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

  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCache.idl 31 const unsigned short UNCACHED = 0;
ApplicationCache.cpp 71 return ApplicationCacheHost::UNCACHED;
ApplicationCacheHost.h 59 UNCACHED = 0,
ApplicationCacheHost.cpp 245 return m_host ? static_cast<Status>(m_host->status()) : UNCACHED;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
ApplicationCacheModel.js 124 if (status === applicationCache.UNCACHED) {
177 return this._statuses[frameId] || applicationCache.UNCACHED;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
ApplicationCacheItemsView.js 117 // We should never have UNCACHED status, since we remove frames with UNCACHED application cache status from the tree.
118 statusInformation[applicationCache.UNCACHED] = { className: "red-ball", text: "UNCACHED" };
125 var info = statusInformation[status] || statusInformation[applicationCache.UNCACHED];
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp 319 COMPILE_ASSERT_MATCHING_ENUM(WebApplicationCacheHost::Uncached, ApplicationCacheHost::UNCACHED);
    [all...]

Completed in 6927 milliseconds