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

  /external/chromium_org/chrome/browser/chromeos/drive/
change_list_loader_unittest.cc 303 change_list_loader_->CheckForUpdates(
353 TEST_F(ChangeListLoaderTest, CheckForUpdates) {
354 // CheckForUpdates() results in no-op before load.
356 change_list_loader_->CheckForUpdates(
374 // CheckForUpdates() while loading.
375 change_list_loader_->CheckForUpdates(
387 // CheckForUpdates() results in no update.
388 change_list_loader_->CheckForUpdates(
400 // CheckForUpdates() results in update.
402 change_list_loader_->CheckForUpdates(
    [all...]
dummy_file_system.h 18 virtual void CheckForUpdates() OVERRIDE {}
change_list_loader.h 86 void CheckForUpdates(const FileOperationCallback& callback);
file_system_unittest.cc 464 // To test it, call CheckForUpdates and verify it does try to check updates.
465 file_system_->CheckForUpdates();
501 // To test it, call CheckForUpdates and verify it does try to check
505 file_system_->CheckForUpdates();
517 file_system_->CheckForUpdates();
530 file_system_->CheckForUpdates();
541 file_system_->CheckForUpdates();
fake_file_system.h 48 virtual void CheckForUpdates() OVERRIDE;
file_system_interface.h 179 virtual void CheckForUpdates() = 0;
file_system.h 77 virtual void CheckForUpdates() OVERRIDE;
208 // Part of CheckForUpdates(). Called when
209 // ChangeListLoader::CheckForUpdates() is complete.
drive_integration_service.cc 367 file_system_->CheckForUpdates();
fake_file_system.cc 45 void FakeFileSystem::CheckForUpdates() {
file_system.cc 348 void FileSystem::CheckForUpdates() {
350 DVLOG(1) << "CheckForUpdates";
352 change_list_loader_->CheckForUpdates(
358 DVLOG(1) << "CheckForUpdates finished: " << FileErrorToString(error);
    [all...]
change_list_loader.cc 346 void ChangeListLoader::CheckForUpdates(const FileOperationCallback& callback) {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
operation_test_base.h 103 FileError CheckForUpdates();
operation_test_base.cc 170 FileError OperationTestBase::CheckForUpdates() {
172 change_list_loader_->CheckForUpdates(
search_operation_unittest.cc 99 ASSERT_EQ(FILE_ERROR_OK, CheckForUpdates());
  /external/chromium_org/chrome/browser/chromeos/drive/sync/
remove_performer_unittest.cc 85 CheckForUpdates();
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_manager_browsertest.cc 340 CheckForUpdates();
383 CheckForUpdates();
388 void CheckForUpdates() {
390 integration_service_->file_system()->CheckForUpdates();
  /external/chromium_org/chrome/service/cloud_print/
print_system_cups.cc 189 base::Bind(&PrintServerWatcherCUPS::CheckForUpdates, this),
199 void CheckForUpdates() {
210 base::Bind(&PrintServerWatcherCUPS::CheckForUpdates, this),

Completed in 199 milliseconds