HomeSort by relevance Sort by last modified time
    Searched refs:CancelUpdate (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium/chrome/browser/chromeos/login/
update_screen.h 21 virtual void CancelUpdate() = 0;
36 virtual void CancelUpdate();
update_screen.cc 192 void UpdateScreen::CancelUpdate() {
update_screen_browsertest.cc 194 update_screen->CancelUpdate();
  /external/chromium_org/chrome/browser/chromeos/login/screens/
update_screen_actor.h 26 virtual void CancelUpdate() = 0;
update_screen_browsertest.cc 181 update_screen_->CancelUpdate();
229 update_screen_->CancelUpdate();
275 update_screen_->CancelUpdate();
322 update_screen_->CancelUpdate();
354 update_screen_->CancelUpdate();
update_screen.h 45 virtual void CancelUpdate() OVERRIDE;
update_screen.cc 299 void UpdateScreen::CancelUpdate() {
  /external/chromium_org/components/policy/core/common/cloud/
component_cloud_policy_updater.h 54 void CancelUpdate(const PolicyNamespace& ns);
component_cloud_policy_updater.cc 98 void ComponentCloudPolicyUpdater::CancelUpdate(const PolicyNamespace& ns) {
component_cloud_policy_updater_unittest.cc 333 TEST_F(ComponentCloudPolicyUpdaterTest, CancelUpdate) {
343 updater_->CancelUpdate(
component_cloud_policy_service.cc 208 updater_->CancelUpdate((*removed)[i]);
  /external/chromium_org/webkit/browser/appcache/
appcache_group.h 92 void CancelUpdate();
157 FRIEND_TEST_ALL_PREFIXES(AppCacheGroupTest, CancelUpdate);
appcache_service.cc 158 group->CancelUpdate();
239 group->CancelUpdate();
appcache_group.cc 173 void AppCacheGroup::CancelUpdate() {
appcache_group_unittest.cc 235 TEST_F(AppCacheGroupTest, CancelUpdate) {
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_file_unittest.cc 135 EXPECT_TRUE(store_->CancelUpdate());
145 EXPECT_TRUE(store_->CancelUpdate());
167 EXPECT_TRUE(store_->CancelUpdate());
187 EXPECT_TRUE(store_->CancelUpdate());
safe_browsing_store.h 181 // should be terminated by FinishUpdate() or CancelUpdate().
240 virtual bool CancelUpdate() = 0;
safe_browsing_store_file.h 142 virtual bool CancelUpdate() OVERRIDE;
safe_browsing_database.cc     [all...]
safe_browsing_store_file.cc 679 CancelUpdate();
689 bool SafeBrowsingStoreFile::CancelUpdate() {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
update_screen_handler.cc 140 AddCallback("cancelUpdate", &UpdateScreenHandler::HandleUpdateCancel);
152 screen_->CancelUpdate();
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store.h 186 // should be terminated by FinishUpdate() or CancelUpdate().
239 virtual bool CancelUpdate() = 0;
safe_browsing_store_file.h 142 virtual bool CancelUpdate();
safe_browsing_store_file.cc 683 CancelUpdate();
693 bool SafeBrowsingStoreFile::CancelUpdate() {
safe_browsing_database.cc     [all...]

Completed in 1792 milliseconds

1 2