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

  /external/chromium_org/content/child/appcache/
web_application_cache_host_impl.cc 115 status_ = appcache::APPCACHE_STATUS_IDLE;
149 status_ = cache_info_.is_complete ? appcache::APPCACHE_STATUS_IDLE :
280 if (status_ == appcache::APPCACHE_STATUS_IDLE ||
appcache_frontend_impl.cc 95 (int)appcache::APPCACHE_STATUS_IDLE, Idle);
  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.h 33 APPCACHE_STATUS_IDLE,
  /external/chromium_org/content/browser/appcache/
appcache_group_unittest.cc 200 EXPECT_EQ(frontend.last_status_, appcache::APPCACHE_STATUS_IDLE);
205 EXPECT_EQ(frontend.last_status_, appcache::APPCACHE_STATUS_IDLE);
236 // Deleting the update should restore the group to APPCACHE_STATUS_IDLE.
appcache_host_unittest.cc 390 EXPECT_EQ(appcache::APPCACHE_STATUS_IDLE, host.GetStatus());
394 EXPECT_EQ(appcache::APPCACHE_STATUS_IDLE, mock_frontend_.last_status_);
  /external/chromium_org/webkit/browser/appcache/
appcache_host.cc 335 return APPCACHE_STATUS_IDLE;

Completed in 345 milliseconds