Searched defs:CheckForUpdates (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/extensions/browser/
H A Dtest_runtime_api_delegate.cc33 bool TestRuntimeAPIDelegate::CheckForUpdates( function in class:extensions::TestRuntimeAPIDelegate
/external/chromium_org/extensions/shell/browser/
H A Dshell_runtime_api_delegate.cc38 bool ShellRuntimeAPIDelegate::CheckForUpdates( function in class:extensions::ShellRuntimeAPIDelegate
/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(
/external/chromium_org/components/component_updater/
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/chrome/browser/extensions/api/runtime/
H A Dchrome_runtime_api_delegate.cc144 bool ChromeRuntimeAPIDelegate::CheckForUpdates( function in class:ChromeRuntimeAPIDelegate
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dchange_list_loader.cc326 void ChangeListLoader::CheckForUpdates(const FileOperationCallback& callback) { function in class:drive::internal::ChangeListLoader
336 // For each CheckForUpdates() request, always refresh the changestamp info.
H A Dfake_file_system.cc43 void FakeFileSystem::CheckForUpdates() { function in class:drive::test_util::FakeFileSystem
H A Dfile_system.cc382 void FileSystem::CheckForUpdates() { function in class:drive::FileSystem
384 DVLOG(1) << "CheckForUpdates";
386 change_list_loader_->CheckForUpdates(
392 DVLOG(1) << "CheckForUpdates finished: " << FileErrorToString(error);
/external/chromium_org/extensions/browser/api/runtime/
H A Druntime_api.cc258 bool RuntimeAPI::CheckForUpdates( function in class:extensions::RuntimeAPI
261 return delegate_->CheckForUpdates(extension_id, callback);
456 ->CheckForUpdates(
/external/chromium_org/chrome/service/cloud_print/
H A Dprint_system_cups.cc189 base::Bind(&PrintServerWatcherCUPS::CheckForUpdates, this),
199 void CheckForUpdates() { function in class:cloud_print::PrintServerWatcherCUPS
210 base::Bind(&PrintServerWatcherCUPS::CheckForUpdates, this),
/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 2491 milliseconds