HomeSort by relevance Sort by last modified time
    Searched defs:changestamp (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
fake_api_util.h 37 int64 changestamp; member in struct:sync_file_system::drive_backend::FakeAPIUtil::RemoteResource
47 int64 changestamp);
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,
  /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,
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
  /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);
  /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.

Completed in 96 milliseconds