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

  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
DOMApplicationCache.idl 36 const unsigned short OBSOLETE = 5;
ApplicationCacheHost.h 62 OBSOLETE = 5
  /external/chromium_org/webkit/browser/appcache/
appcache_host_unittest.cc 39 last_status_(appcache::OBSOLETE),
40 last_status_changed_(appcache::OBSOLETE),
172 last_status_result_ = OBSOLETE;
197 mock_frontend_.last_status_ = OBSOLETE;
226 mock_frontend_.last_status_ = OBSOLETE;
257 mock_frontend_.last_status_ = OBSOLETE;
282 mock_frontend_.last_status_ = OBSOLETE;
295 last_status_result_ = OBSOLETE;
298 EXPECT_EQ(OBSOLETE, last_status_result_);
326 last_status_result_ = OBSOLETE;
    [all...]
appcache_group_unittest.cc 22 last_status_(appcache::OBSOLETE) {
appcache_host.cc 319 return OBSOLETE;
  /external/chromium_org/content/child/appcache/
appcache_frontend_impl.cc 101 COMPILE_ASSERT((int)WebApplicationCacheHost::Obsolete ==
102 (int)appcache::OBSOLETE, Obsolete);
web_application_cache_host_impl.cc 36 "UpdateReady", "Cached", "Obsolete"
128 status_ = appcache::OBSOLETE;
  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.h 37 OBSOLETE
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ApplicationCacheItemsView.js 123 statusInformation[applicationCache.OBSOLETE] = { className: "red-ball", text: "OBSOLETE" };
externs.js 184 DOMApplicationCache.prototype.OBSOLETE = 5;
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npapi.h 69 * of obsolete/protypes.h, whose int16, uint16,
577 #ifdef OBSOLETE
633 * Don't use these obsolete error codes any more.
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp 282 COMPILE_ASSERT_MATCHING_ENUM(WebApplicationCacheHost::Obsolete, ApplicationCacheHost::OBSOLETE);
    [all...]

Completed in 179 milliseconds