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

/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
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, scoped_ptr<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();
170 base::Bind(callback, error, file_md5, file_size, updated_time,
H A Dremote_sync_delegate.cc209 const base::Time& updated_time,
236 remote_change_.updated_time,
303 if (status != SYNC_STATUS_OK || entry->updated_time().is_null()) {
314 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, scoped_ptr<webkit_blob::ScopedFile> downloaded_file) argument
H A Dapi_util_unittest.cc367 const base::Time& updated_time,
363 DidDownloadFile(Output* output, GDataErrorCode error, const std::string& file_md5, int64 file_size, const base::Time& updated_time, scoped_ptr<webkit_blob::ScopedFile> file) argument
H A Ddrive_file_sync_service.cc832 entry.updated_time(), file_type);
846 base::Time(), // updated_time
857 const base::Time& updated_time,
934 updated_time, url, file_change);
850 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/chrome/browser/google_apis/
H A Dgdata_wapi_parser.h327 base::Time updated_time() const { return updated_time_; } function in class:google_apis::CommonMetadata
352 void set_updated_time(const base::Time& updated_time) { argument
353 updated_time_ = updated_time;

Completed in 54 milliseconds