/external/chromium_org/chrome/browser/chromeos/drive/ |
D | change_list_loader_unittest.cc | 232 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()
|
D | change_list_loader.h | 151 void CheckForUpdates(const FileOperationCallback& callback);
|
D | dummy_file_system.h | 18 virtual void CheckForUpdates() OVERRIDE {} in CheckForUpdates() function
|
D | fake_file_system.h | 47 virtual void CheckForUpdates() OVERRIDE;
|
D | file_system_interface.h | 169 virtual void CheckForUpdates() = 0;
|
D | file_system.h | 81 virtual void CheckForUpdates() OVERRIDE;
|
/external/chromium_org/chrome/browser/component_updater/ |
D | update_checker.cc | 72 virtual bool CheckForUpdates( 112 bool UpdateCheckerImpl::CheckForUpdates( in CheckForUpdates() function in component_updater::UpdateCheckerImpl
|
D | update_checker.h | 38 virtual bool CheckForUpdates(
|
D | component_updater_service.cc | 213 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/ |
D | test_runtime_api_delegate.cc | 33 bool TestRuntimeAPIDelegate::CheckForUpdates( in CheckForUpdates() function in extensions::TestRuntimeAPIDelegate
|
D | test_runtime_api_delegate.h | 24 virtual bool CheckForUpdates(const std::string& extension_id,
|
/external/chromium_org/apps/shell/browser/ |
D | shell_runtime_api_delegate.h | 25 virtual bool CheckForUpdates(const std::string& extension_id,
|
D | shell_runtime_api_delegate.cc | 40 bool ShellRuntimeAPIDelegate::CheckForUpdates( in CheckForUpdates() function in apps::ShellRuntimeAPIDelegate
|
/external/chromium_org/chrome/browser/component_updater/test/ |
D | update_checker_unittest.cc | 175 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/ |
D | operation_test_base.cc | 177 FileError OperationTestBase::CheckForUpdates() { in CheckForUpdates() function in drive::file_system::OperationTestBase 179 change_list_loader_->CheckForUpdates( in CheckForUpdates()
|
D | operation_test_base.h | 107 FileError CheckForUpdates();
|
D | search_operation_unittest.cc | 90 ASSERT_EQ(FILE_ERROR_OK, CheckForUpdates()); in TEST_F()
|
/external/chromium_org/extensions/browser/api/runtime/ |
D | runtime_api_delegate.h | 60 virtual bool CheckForUpdates(const std::string& extension_id,
|
D | runtime_api.cc | 285 bool RuntimeAPI::CheckForUpdates( in CheckForUpdates() function in extensions::RuntimeAPI 288 return delegate_->CheckForUpdates(extension_id, callback); in CheckForUpdates() 479 ->CheckForUpdates( in Run()
|
D | runtime_api.h | 57 bool CheckForUpdates(const std::string& extension_id,
|
/external/chromium_org/chrome/browser/extensions/api/runtime/ |
D | chrome_runtime_api_delegate.h | 48 virtual bool CheckForUpdates(const std::string& extension_id,
|
D | chrome_runtime_api_delegate.cc | 144 bool ChromeRuntimeAPIDelegate::CheckForUpdates( in CheckForUpdates() function in ChromeRuntimeAPIDelegate
|
/external/chromium_org/chrome/browser/chromeos/drive/sync/ |
D | remove_performer_unittest.cc | 92 CheckForUpdates(); in TEST_F()
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
D | file_manager_browsertest.cc | 401 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/ |
D | print_system_cups.cc | 191 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()
|