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

12

  /external/chromium_org/chrome/browser/chromeos/drive/
change_list_loader.cc 306 void ChangeListLoader::CheckForUpdates(const FileOperationCallback& callback) {
fake_file_system.cc 43 void FakeFileSystem::CheckForUpdates() {
file_system.cc 383 void FileSystem::CheckForUpdates() {
385 DVLOG(1) << "CheckForUpdates";
387 change_list_loader_->CheckForUpdates(
393 DVLOG(1) << "CheckForUpdates finished: " << FileErrorToString(error);
    [all...]
file_system_unittest.cc 658 // To test it, call CheckForUpdates and verify it does try to check updates.
661 file_system_->CheckForUpdates();
698 // To test it, call CheckForUpdates and verify it does try to check
702 file_system_->CheckForUpdates();
    [all...]
drive_integration_service.cc 377 file_system_->CheckForUpdates();

Completed in 62 milliseconds

12