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

1 2

  /external/chromium_org/apps/shell/browser/
shell_runtime_api_delegate.h 25 virtual bool CheckForUpdates(const std::string& extension_id,
shell_runtime_api_delegate.cc 40 bool ShellRuntimeAPIDelegate::CheckForUpdates(
  /external/chromium_org/chrome/browser/component_updater/
update_checker.h 38 virtual bool CheckForUpdates(
update_checker.cc 72 virtual bool CheckForUpdates(
112 bool UpdateCheckerImpl::CheckForUpdates(
component_updater_service.cc 213 bool CheckForUpdates();
550 if (!CheckForUpdates())
578 bool CrxUpdateService::CheckForUpdates() {
635 return update_checker_->CheckForUpdates(items_to_check,
    [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/browser/api/runtime/
runtime_api_delegate.h 60 virtual bool CheckForUpdates(const std::string& extension_id,
runtime_api.h 57 bool CheckForUpdates(const std::string& extension_id,
runtime_api.cc 285 bool RuntimeAPI::CheckForUpdates(
288 return delegate_->CheckForUpdates(extension_id, callback);
479 ->CheckForUpdates(
  /external/chromium_org/chrome/browser/chromeos/drive/
change_list_loader_unittest.cc 232 TEST_F(ChangeListLoaderTest, CheckForUpdates) {
233 // CheckForUpdates() results in no-op before load.
235 change_list_loader_->CheckForUpdates(
254 // CheckForUpdates() while loading.
255 change_list_loader_->CheckForUpdates(
270 // CheckForUpdates() results in no update.
271 change_list_loader_->CheckForUpdates(
284 // CheckForUpdates() results in update.
286 change_list_loader_->CheckForUpdates(
323 change_list_loader_->CheckForUpdates(
    [all...]
change_list_loader.h 151 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 169 virtual void CheckForUpdates() = 0;
file_system.h 81 virtual void CheckForUpdates() OVERRIDE;
211 // Part of CheckForUpdates(). Called when
212 // ChangeListLoader::CheckForUpdates() is complete.
  /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/file_system/
operation_test_base.h 107 FileError CheckForUpdates();
operation_test_base.cc 177 FileError OperationTestBase::CheckForUpdates() {
179 change_list_loader_->CheckForUpdates(
search_operation_unittest.cc 90 ASSERT_EQ(FILE_ERROR_OK, CheckForUpdates());
  /external/chromium_org/chrome/browser/component_updater/test/
update_checker_unittest.cc 175 update_checker_->CheckForUpdates(items_to_check, "extra=\"params\"");
225 update_checker_->CheckForUpdates(items_to_check, "");
  /external/chromium_org/chrome/browser/chromeos/drive/sync/
remove_performer_unittest.cc 92 CheckForUpdates();
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_manager_browsertest.cc 401 CheckForUpdates();
442 CheckForUpdates();
447 void CheckForUpdates() {
449 integration_service_->file_system()->CheckForUpdates();
    [all...]
  /external/chromium_org/chrome/service/cloud_print/
print_system_cups.cc 191 base::Bind(&PrintServerWatcherCUPS::CheckForUpdates, this),
201 void CheckForUpdates() {
212 base::Bind(&PrintServerWatcherCUPS::CheckForUpdates, this),

Completed in 324 milliseconds

1 2