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

12

/external/chromium_org/components/component_updater/
H A Dupdate_checker.h41 virtual bool CheckForUpdates(
H A Dupdate_checker.cc85 virtual bool CheckForUpdates(
110 bool UpdateCheckerImpl::CheckForUpdates( function in class:component_updater::__anon6393::UpdateCheckerImpl
H A Dcomponent_updater_service.cc175 bool CheckForUpdates();
539 if (!CheckForUpdates())
567 bool CrxUpdateService::CheckForUpdates() { function in class:component_updater::CrxUpdateService
620 return update_checker_->CheckForUpdates(
/external/chromium_org/extensions/browser/
H A Dtest_runtime_api_delegate.cc33 bool TestRuntimeAPIDelegate::CheckForUpdates( function in class:extensions::TestRuntimeAPIDelegate
H A Dtest_runtime_api_delegate.h24 virtual bool CheckForUpdates(const std::string& extension_id,
/external/chromium_org/extensions/browser/api/runtime/
H A Druntime_api_delegate.h60 virtual bool CheckForUpdates(const std::string& extension_id,
H A Druntime_api.cc258 bool RuntimeAPI::CheckForUpdates( function in class:extensions::RuntimeAPI
261 return delegate_->CheckForUpdates(extension_id, callback);
456 ->CheckForUpdates(
H A Druntime_api.h61 bool CheckForUpdates(const std::string& extension_id,
/external/chromium_org/extensions/shell/browser/
H A Dshell_runtime_api_delegate.cc38 bool ShellRuntimeAPIDelegate::CheckForUpdates( function in class:extensions::ShellRuntimeAPIDelegate
H A Dshell_runtime_api_delegate.h24 virtual bool CheckForUpdates(const std::string& extension_id,
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dchange_list_loader_unittest.cc295 TEST_F(ChangeListLoaderTest, CheckForUpdates) {
296 // CheckForUpdates() results in no-op before load.
298 change_list_loader_->CheckForUpdates(
317 // CheckForUpdates() while loading.
318 change_list_loader_->CheckForUpdates(
333 // CheckForUpdates() results in no update.
334 change_list_loader_->CheckForUpdates(
347 // CheckForUpdates() results in update.
349 change_list_loader_->CheckForUpdates(
386 change_list_loader_->CheckForUpdates(
[all...]
H A Dchange_list_loader.h160 void CheckForUpdates(const FileOperationCallback& callback);
H A Ddummy_file_system.h18 virtual void CheckForUpdates() OVERRIDE {}
H A Dfake_file_system.h47 virtual void CheckForUpdates() OVERRIDE;
H A Dfile_system_interface.h170 virtual void CheckForUpdates() = 0;
H A Dfile_system.h80 virtual void CheckForUpdates() OVERRIDE;
214 // Part of CheckForUpdates(). Called when
215 // ChangeListLoader::CheckForUpdates() is complete.
H A Dfile_system_unittest.cc666 // To test it, call CheckForUpdates and verify it does try to check updates.
669 file_system_->CheckForUpdates();
706 // To test it, call CheckForUpdates and verify it does try to check
710 file_system_->CheckForUpdates();
823 file_system_->CheckForUpdates();
/external/chromium_org/chrome/browser/extensions/api/runtime/
H A Dchrome_runtime_api_delegate.h48 virtual bool CheckForUpdates(const std::string& extension_id,
H A Dchrome_runtime_api_delegate.cc144 bool ChromeRuntimeAPIDelegate::CheckForUpdates( function in class:ChromeRuntimeAPIDelegate
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Doperation_test_base.cc185 FileError OperationTestBase::CheckForUpdates() { function in class:drive::file_system::OperationTestBase
187 change_list_loader_->CheckForUpdates(
H A Doperation_test_base.h120 FileError CheckForUpdates();
H A Dsearch_operation_unittest.cc91 ASSERT_EQ(FILE_ERROR_OK, CheckForUpdates());
/external/chromium_org/components/component_updater/test/
H A Dupdate_checker_unittest.cc173 update_checker_->CheckForUpdates(
221 update_checker_->CheckForUpdates(
/external/chromium_org/chrome/browser/chromeos/drive/sync/
H A Dremove_performer_unittest.cc93 CheckForUpdates();
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_manager_browsertest.cc400 CheckForUpdates();
441 CheckForUpdates();
446 void CheckForUpdates() { function in class:file_manager::__anon3165::DriveTestVolume
448 integration_service_->file_system()->CheckForUpdates();

Completed in 457 milliseconds

12