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

12

  /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),
  /external/chromium_org/chrome/browser/chromeos/drive/
fake_file_system.cc 43 void FakeFileSystem::CheckForUpdates() {
file_system.cc 382 void FileSystem::CheckForUpdates() {
384 DVLOG(1) << "CheckForUpdates";
386 change_list_loader_->CheckForUpdates(
392 DVLOG(1) << "CheckForUpdates finished: " << FileErrorToString(error);
    [all...]
change_list_loader.cc 326 void ChangeListLoader::CheckForUpdates(const FileOperationCallback& callback) {
336 // For each CheckForUpdates() request, always refresh the changestamp info.
drive_integration_service.cc 376 file_system_->CheckForUpdates();

Completed in 206 milliseconds

12