Home
last modified time | relevance | path

Searched refs:CheckForUpdates (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/drive/
Dchange_list_loader_unittest.cc232 TEST_F(ChangeListLoaderTest, CheckForUpdates) { in TEST_F() argument
235 change_list_loader_->CheckForUpdates( in TEST_F()
255 change_list_loader_->CheckForUpdates( in TEST_F()
271 change_list_loader_->CheckForUpdates( in TEST_F()
286 change_list_loader_->CheckForUpdates( in TEST_F()
323 change_list_loader_->CheckForUpdates( in TEST_F()
Dchange_list_loader.h151 void CheckForUpdates(const FileOperationCallback& callback);
Ddummy_file_system.h18 virtual void CheckForUpdates() OVERRIDE {} in CheckForUpdates() function
Dfake_file_system.h47 virtual void CheckForUpdates() OVERRIDE;
Dfile_system_interface.h169 virtual void CheckForUpdates() = 0;
Dfile_system.h81 virtual void CheckForUpdates() OVERRIDE;
/external/chromium_org/chrome/browser/component_updater/
Dupdate_checker.cc72 virtual bool CheckForUpdates(
112 bool UpdateCheckerImpl::CheckForUpdates( in CheckForUpdates() function in component_updater::UpdateCheckerImpl
Dupdate_checker.h38 virtual bool CheckForUpdates(
Dcomponent_updater_service.cc213 bool CheckForUpdates();
550 if (!CheckForUpdates()) in ProcessPendingItems()
578 bool CrxUpdateService::CheckForUpdates() { in CheckForUpdates() function in component_updater::CrxUpdateService
635 return update_checker_->CheckForUpdates(items_to_check, in CheckForUpdates()
/external/chromium_org/extensions/browser/
Dtest_runtime_api_delegate.cc33 bool TestRuntimeAPIDelegate::CheckForUpdates( in CheckForUpdates() function in extensions::TestRuntimeAPIDelegate
Dtest_runtime_api_delegate.h24 virtual bool CheckForUpdates(const std::string& extension_id,
/external/chromium_org/apps/shell/browser/
Dshell_runtime_api_delegate.h25 virtual bool CheckForUpdates(const std::string& extension_id,
Dshell_runtime_api_delegate.cc40 bool ShellRuntimeAPIDelegate::CheckForUpdates( in CheckForUpdates() function in apps::ShellRuntimeAPIDelegate
/external/chromium_org/chrome/browser/component_updater/test/
Dupdate_checker_unittest.cc175 update_checker_->CheckForUpdates(items_to_check, "extra=\"params\""); in TEST_F()
225 update_checker_->CheckForUpdates(items_to_check, ""); in TEST_F()
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
Doperation_test_base.cc177 FileError OperationTestBase::CheckForUpdates() { in CheckForUpdates() function in drive::file_system::OperationTestBase
179 change_list_loader_->CheckForUpdates( in CheckForUpdates()
Doperation_test_base.h107 FileError CheckForUpdates();
Dsearch_operation_unittest.cc90 ASSERT_EQ(FILE_ERROR_OK, CheckForUpdates()); in TEST_F()
/external/chromium_org/extensions/browser/api/runtime/
Druntime_api_delegate.h60 virtual bool CheckForUpdates(const std::string& extension_id,
Druntime_api.cc285 bool RuntimeAPI::CheckForUpdates( in CheckForUpdates() function in extensions::RuntimeAPI
288 return delegate_->CheckForUpdates(extension_id, callback); in CheckForUpdates()
479 ->CheckForUpdates( in Run()
Druntime_api.h57 bool CheckForUpdates(const std::string& extension_id,
/external/chromium_org/chrome/browser/extensions/api/runtime/
Dchrome_runtime_api_delegate.h48 virtual bool CheckForUpdates(const std::string& extension_id,
Dchrome_runtime_api_delegate.cc144 bool ChromeRuntimeAPIDelegate::CheckForUpdates( in CheckForUpdates() function in ChromeRuntimeAPIDelegate
/external/chromium_org/chrome/browser/chromeos/drive/sync/
Dremove_performer_unittest.cc92 CheckForUpdates(); in TEST_F()
/external/chromium_org/chrome/browser/chromeos/file_manager/
Dfile_manager_browsertest.cc401 CheckForUpdates(); in CreateDirectory()
442 CheckForUpdates(); in CreateFile()
447 void CheckForUpdates() { in CheckForUpdates() function in file_manager::__anon2b86b5b80111::DriveTestVolume
449 integration_service_->file_system()->CheckForUpdates(); in CheckForUpdates()
/external/chromium_org/chrome/service/cloud_print/
Dprint_system_cups.cc191 base::Bind(&PrintServerWatcherCUPS::CheckForUpdates, this), in StartWatching()
201 void CheckForUpdates() { in CheckForUpdates() function in cloud_print::PrintServerWatcherCUPS
212 base::Bind(&PrintServerWatcherCUPS::CheckForUpdates, this), in CheckForUpdates()

12