Home
last modified time | relevance | path

Searched refs:CancelUpdate (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dupdate_screen.h21 virtual void CancelUpdate() = 0;
36 virtual void CancelUpdate();
Dupdate_screen.cc192 void UpdateScreen::CancelUpdate() { in CancelUpdate() function in chromeos::UpdateScreen
Dupdate_screen_browsertest.cc194 update_screen->CancelUpdate(); in IN_PROC_BROWSER_TEST_F()
Dwizard_controller.cc282 GetUpdateScreen()->CancelUpdate(); in CancelOOBEUpdate()
/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_store_file.h142 virtual bool CancelUpdate();
Dsafe_browsing_store.h239 virtual bool CancelUpdate() = 0;
Dsafe_browsing_store_file.cc683 CancelUpdate(); in FinishUpdate()
693 bool SafeBrowsingStoreFile::CancelUpdate() { in CancelUpdate() function in SafeBrowsingStoreFile
Dsafe_browsing_database.cc1020 browse_store_->CancelUpdate(); in UpdateFinished()
1022 download_store_->CancelUpdate(); in UpdateFinished()
1024 csd_whitelist_store_->CancelUpdate(); in UpdateFinished()