/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
remote_change_handler.h | 28 base::Time updated_time; member in struct:sync_file_system::RemoteChangeHandler::RemoteChange 36 const base::Time& updated_time,
|
fake_api_util.cc | 154 base::Time updated_time; local 162 updated_time = entry->updated_time(); 169 base::Bind(callback, error, file_md5, file_size, updated_time,
|
remote_change_handler.cc | 36 const base::Time& updated_time, 42 updated_time(updated_time),
|
remote_sync_delegate.cc | 209 const base::Time& updated_time, 246 remote_change_.updated_time); 311 if (status != SYNC_STATUS_OK || entry->updated_time().is_null()) { 322 remote_change_.updated_time = entry->updated_time();
|
fake_api_util_unittest.cc | 26 const base::Time& updated_time,
|
remote_sync_delegate.h | 63 const base::Time& updated_time,
|
local_sync_delegate.cc | 478 entry->updated_time().is_null()) { 483 base::Time remote_modification_time = entry->updated_time();
|
drive_file_sync_service.cc | 702 entry->updated_time()); [all...] |
drive_file_sync_service.h | 281 const base::Time& updated_time,
|
api_util.cc | 769 entry->updated_time(), 800 error, entry->file_md5(), entry->file_size(), entry->updated_time(), [all...] |
api_util_unittest.cc | 218 const base::Time& updated_time,
|