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

/external/chromium_org/chrome/browser/chromeos/drive/
H A Dchange_list_loader_unittest.cc324 change_list_loader_->CheckForUpdates(
374 TEST_F(ChangeListLoaderTest, CheckForUpdates) {
375 // CheckForUpdates() results in no-op before load.
377 change_list_loader_->CheckForUpdates(
394 // CheckForUpdates() while loading.
395 change_list_loader_->CheckForUpdates(
407 // CheckForUpdates() results in no update.
408 change_list_loader_->CheckForUpdates(
420 // CheckForUpdates() results in update.
422 change_list_loader_->CheckForUpdates(
[all...]
H A Dchange_list_loader.h79 void CheckForUpdates(const FileOperationCallback& callback);
H A Ddummy_file_system.h19 virtual void CheckForUpdates() OVERRIDE {}
H A Dfile_system_unittest.cc543 // To test it, call CheckForUpdates and verify it does try to check updates.
544 file_system_->CheckForUpdates();
582 // To test it, call CheckForUpdates and verify it does try to check
588 file_system_->CheckForUpdates();
600 file_system_->CheckForUpdates();
613 file_system_->CheckForUpdates();
624 file_system_->CheckForUpdates();
H A Dfake_file_system.h53 virtual void CheckForUpdates() OVERRIDE;
H A Dfile_system_interface.h183 virtual void CheckForUpdates() = 0;
H A Dfile_system.h78 virtual void CheckForUpdates() OVERRIDE;
217 // Part of CheckForUpdates(). Called when
218 // ChangeListLoader::CheckForUpdates() is complete.
H A Ddrive_integration_service.cc266 file_system_->CheckForUpdates();
H A Dfake_file_system.cc53 void FakeFileSystem::CheckForUpdates() { function in class:drive::test_util::FakeFileSystem
H A Dfile_system.cc295 void FileSystem::CheckForUpdates() { function in class:drive::FileSystem
297 DVLOG(1) << "CheckForUpdates";
300 change_list_loader_->CheckForUpdates(
308 DVLOG(1) << "CheckForUpdates finished: " << FileErrorToString(error);
H A Dchange_list_loader.cc60 void ChangeListLoader::CheckForUpdates(const FileOperationCallback& callback) { function in class:drive::internal::ChangeListLoader
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_manager_browsertest.cc204 CheckForUpdates();
248 CheckForUpdates();
253 void CheckForUpdates() { function in class:file_manager::__anon4425::DriveTestVolume
255 integration_service_->file_system()->CheckForUpdates();
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dsearch_operation_unittest.cc103 change_list_loader.CheckForUpdates(
/external/chromium_org/chrome/service/cloud_print/
H A Dprint_system_cups.cc196 base::Bind(&PrintServerWatcherCUPS::CheckForUpdates, this),
206 void CheckForUpdates() { function in class:cloud_print::PrintServerWatcherCUPS
217 base::Bind(&PrintServerWatcherCUPS::CheckForUpdates, this),

Completed in 125 milliseconds