/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
remote_change_handler.cc | 13 : changestamp(0) {} 16 int64 changestamp, 18 : changestamp(changestamp), url(url) {} 23 if (left.changestamp != right.changestamp) 24 return left.changestamp < right.changestamp; 29 : changestamp(0), 33 int64 changestamp, [all...] |
remote_change_handler.h | 25 int64 changestamp; member in struct:sync_file_system::RemoteChangeHandler::RemoteChange 33 RemoteChange(int64 changestamp, 72 int64 changestamp; member in struct:sync_file_system::RemoteChangeHandler::ChangeQueueItem 76 ChangeQueueItem(int64 changestamp,
|
fake_api_util.cc | 33 return left.changestamp < right.changestamp; 39 return left->changestamp() < right->changestamp(); 44 : type(SYNC_FILE_TYPE_UNKNOWN), deleted(false), changestamp(0) {} 54 int64 changestamp) 62 changestamp(changestamp) {} 124 if (itr->second.changestamp < start_changestamp) 253 entry->set_changestamp(resource.changestamp); [all...] |
fake_api_util.h | 37 int64 changestamp; member in struct:sync_file_system::drive_backend::FakeAPIUtil::RemoteResource 47 int64 changestamp);
|
api_util_interface.h | 63 int64 changestamp)> ChangeStampCallback; 99 // Fetches the largest changestamp for the signed-in account.
|
drive_file_sync_service.cc | [all...] |
drive_file_sync_service.h | 268 int64 changestamp); 279 int64 changestamp,
|
remote_sync_delegate.cc | 423 if (remote_change_.changestamp > 0) { 426 remote_change_.changestamp,
|
drive_metadata_store_unittest.cc | 184 SyncStatusCode SetLargestChangeStamp(int64 changestamp) { 187 changestamp, base::Bind(&DriveMetadataStoreTest::DidFinishDBTask,
|
drive_file_sync_service_fake_unittest.cc | 352 int64 changestamp, 356 changestamp, remote_file_md5, base::Time(),
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
change_list_processor.h | 37 int64 changestamp) 39 changestamp_(changestamp) { 48 // Changestamp of the directory. The changestamp is used to determine if 50 int64 changestamp() const { return changestamp_; } function in class:drive::internal::DirectoryFetchInfo 108 // Updates the changestamp of a directory according to |directory_fetch_info| 125 int64 changestamp,
|
change_list_processor.cc | 60 ", changestamp: " + base::Int64ToString(changestamp_)); 100 // The changestamp appears in the first page of the change list. 101 // The changestamp does not appear in the full resource list. 136 // Add the largest changestamp for directories. 151 // Update changestamp. 166 int64 changestamp, 170 // Create the entry for "My Drive" directory with the latest changestamp. 176 root.mutable_directory_specific_info()->set_changestamp(changestamp); 184 root.mutable_directory_specific_info()->set_changestamp(changestamp); 407 directory_fetch_info.changestamp()); [all...] |
file_system_unittest.cc | 188 // the changestamp to 654321, equal to that of "account_metadata.json" test 207 const int64 changestamp = param == USE_SERVER_TIMESTAMP ? 654321 : 1; local 209 resource_metadata->SetLargestChangestamp(changestamp)); 390 // The changestamp should be propagated to the directory. 392 entry->directory_specific_info().changestamp()); 457 // changestamp (i.e. the local metadata is up-to-date), so no request for
|
change_list_loader_unittest.cc | 263 entry.directory_specific_info().changestamp();
|
change_list_processor_unittest.cc | 85 // Applies the |changes| to |metadata_| as a full resource list of changestamp 100 // should contain their changestamp in themselves. 537 // The new changestamp should be set. 541 EXPECT_EQ(kNewChangestamp, entry.directory_specific_info().changestamp());
|
change_list_loader.cc | 471 // last_know_remote_changestamp_ as the remote changestamp. To be precise, 546 // First fetch the latest changestamp to see if there were any new changes 684 int64 directory_changestamp = std::max(directory_fetch_info.changestamp(), 695 "Fast-fetch start: %s; Server changestamp: %s", 699 // If the directory's changestamp is up-to-date, just schedule to run the 709 // Start fetching the directory content, and mark it with the changestamp [all...] |
file_system.cc | 711 entry->directory_specific_info().changestamp()); [all...] |
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
metadata_db_migration_util_unittest.cc | 161 // Verify the largest changestamp. 162 int64 changestamp = 0; local 165 EXPECT_TRUE(base::StringToInt64(itr->value().ToString(), &changestamp)); 166 EXPECT_EQ(1, changestamp); 274 // Verify the largest changestamp. 275 int64 changestamp = 0; local 278 EXPECT_TRUE(base::StringToInt64(itr->value().ToString(), &changestamp)); 279 EXPECT_EQ(1, changestamp);
|
list_changes_task.cc | 31 out->set_change_id(entry.changestamp());
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
drive_internals.js | 161 $('account-largest-changestamp-remote').textContent = 162 aboutResource['account-largest-changestamp-remote']; 192 var changestamp = localMetadata['account-largest-changestamp-local']; 194 $('account-largest-changestamp-local').textContent = 195 changestamp.toString() + 196 (changestamp > 0 ? ' (loaded)' : ' (not loaded)') +
|
/external/chromium_org/google_apis/drive/ |
gdata_wapi_parser.h | 451 // Changestamp (exists only for change query results). 453 int64 changestamp() const { return changestamp_; } function in class:google_apis::ResourceEntry 551 void set_changestamp(int64 changestamp) { changestamp_ = changestamp; } 648 // The largest changestamp. Next time the resource list should be fetched 649 // from this changestamp.
|
gdata_wapi_parser_unittest.cc | 124 EXPECT_EQ(654321, file_entry->changestamp());
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
drive_internals_ui.cc | 180 StringAppendF(&out, " changestamp: %" PRId64 "\n", 181 directory_specific_info.changestamp()); 322 about_resource.SetDouble("account-largest-changestamp-remote", 568 local_metadata.SetDouble("account-largest-changestamp-local", [all...] |
/external/chromium_org/chrome/browser/drive/ |
fake_drive_service.cc | 132 "docs$removed", "docs$changestamp", "gd$resourceId", "id", "updated" 249 // Add the largest changestamp to the existing entries. 257 entry->SetString("docs$changestamp.value", 347 GetResourceListInternal(0, // start changestamp 364 GetResourceListInternal(0, // start changestamp 381 GetResourceListInternal(0, // start changestamp 401 GetResourceListInternal(0, // start changestamp [all...] |