Searched defs:updated_time (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
H A Dfake_api_util_unittest.cc26 const base::Time& updated_time,
21 DidDownloadFile(google_apis::GDataErrorCode* error_out, std::string* file_md5_out, google_apis::GDataErrorCode error, const std::string& file_md5, int64 file_size, const base::Time& updated_time, webkit_blob::ScopedFile downloaded_file) argument
H A Dremote_change_handler.h28 base::Time updated_time; member in struct:sync_file_system::RemoteChangeHandler::RemoteChange
36 const base::Time& updated_time,
H A Dremote_change_handler.cc36 const base::Time& updated_time,
42 updated_time(updated_time),
32 RemoteChange( int64 changestamp, const std::string& resource_id, const std::string& md5_checksum, const base::Time& updated_time, const fileapi::FileSystemURL& url, const FileChange& change) argument
H A Dfake_api_util.cc154 base::Time updated_time; local
162 updated_time = entry->updated_time();
169 base::Bind(callback, error, file_md5, file_size, updated_time,
H A Dremote_sync_delegate.cc209 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();
204 DidDownloadFile( const SyncStatusCallback& callback, google_apis::GDataErrorCode error, const std::string& md5_checksum, int64 file_size, const base::Time& updated_time, webkit_blob::ScopedFile downloaded_file) argument
H A Dapi_util_unittest.cc218 const base::Time& updated_time,
214 DidDownloadFile(Output* output, GDataErrorCode error, const std::string& file_md5, int64 file_size, const base::Time& updated_time, webkit_blob::ScopedFile file) argument
H A Ddrive_file_sync_service.cc702 entry->updated_time());
989 entry.updated_time(), file_type);
1003 base::Time(), // updated_time
1014 const base::Time& updated_time,
1099 updated_time, url, file_change);
1007 AppendRemoteChangeInternal( const GURL& origin, const base::FilePath& path, bool is_deleted, const std::string& remote_resource_id, int64 changestamp, const std::string& remote_file_md5, const base::Time& updated_time, SyncFileType file_type) argument
/external/chromium_org/google_apis/drive/
H A Dgdata_wapi_parser.h320 base::Time updated_time() const { return updated_time_; } function in class:google_apis::CommonMetadata
345 void set_updated_time(const base::Time& updated_time) { argument
346 updated_time_ = updated_time;

Completed in 119 milliseconds