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

1 2

  /external/chromium_org/components/component_updater/
update_checker.h 41 virtual bool CheckForUpdates(
update_checker.cc 85 virtual bool CheckForUpdates(
110 bool UpdateCheckerImpl::CheckForUpdates(
component_updater_service.cc 175 bool CheckForUpdates();
539 if (!CheckForUpdates())
567 bool CrxUpdateService::CheckForUpdates() {
620 return update_checker_->CheckForUpdates(
    [all...]
  /external/chromium_org/extensions/browser/
test_runtime_api_delegate.cc 33 bool TestRuntimeAPIDelegate::CheckForUpdates(
test_runtime_api_delegate.h 24 virtual bool CheckForUpdates(const std::string& extension_id,
  /external/chromium_org/extensions/shell/browser/
shell_runtime_api_delegate.h 24 virtual bool CheckForUpdates(const std::string& extension_id,
shell_runtime_api_delegate.cc 38 bool ShellRuntimeAPIDelegate::CheckForUpdates(
  /external/chromium_org/extensions/browser/api/runtime/
runtime_api_delegate.h 60 virtual bool CheckForUpdates(const std::string& extension_id,
runtime_api.cc 258 bool RuntimeAPI::CheckForUpdates(
261 return delegate_->CheckForUpdates(extension_id, callback);
456 ->CheckForUpdates(
runtime_api.h 61 bool CheckForUpdates(const std::string& extension_id,
  /external/chromium_org/chrome/browser/extensions/api/runtime/
chrome_runtime_api_delegate.h 48 virtual bool CheckForUpdates(const std::string& extension_id,
chrome_runtime_api_delegate.cc 144 bool ChromeRuntimeAPIDelegate::CheckForUpdates(
  /external/chromium_org/chrome/browser/chromeos/drive/
change_list_loader_unittest.cc 295 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...]
change_list_loader.h 160 void CheckForUpdates(const FileOperationCallback& callback);
dummy_file_system.h 18 virtual void CheckForUpdates() OVERRIDE {}
fake_file_system.h 47 virtual void CheckForUpdates() OVERRIDE;
file_system_interface.h 170 virtual void CheckForUpdates() = 0;
file_system.h 80 virtual void CheckForUpdates() OVERRIDE;
214 // Part of CheckForUpdates(). Called when
215 // ChangeListLoader::CheckForUpdates() is complete.
file_system_unittest.cc 666 // 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();
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
operation_test_base.h 120 FileError CheckForUpdates();
operation_test_base.cc 185 FileError OperationTestBase::CheckForUpdates() {
187 change_list_loader_->CheckForUpdates(
search_operation_unittest.cc 91 ASSERT_EQ(FILE_ERROR_OK, CheckForUpdates());
  /external/chromium_org/components/component_updater/test/
update_checker_unittest.cc 173 update_checker_->CheckForUpdates(
221 update_checker_->CheckForUpdates(
  /external/chromium_org/chrome/browser/chromeos/drive/sync/
remove_performer_unittest.cc 93 CheckForUpdates();
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_manager_browsertest.cc 400 CheckForUpdates();
441 CheckForUpdates();
446 void CheckForUpdates() {
448 integration_service_->file_system()->CheckForUpdates();
    [all...]

Completed in 215 milliseconds

1 2