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

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
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();
170 base::Bind(callback, error, file_md5, file_size, updated_time,
  /external/chromium_org/chrome/browser/google_apis/
gdata_wapi_parser.h 327 base::Time updated_time() const { return updated_time_; } function in class:google_apis::CommonMetadata
352 void set_updated_time(const base::Time& updated_time) {
353 updated_time_ = updated_time;

Completed in 201 milliseconds