Searched refs:updated_time (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
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 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_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 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 Dremote_sync_delegate.h63 const base::Time& updated_time,
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 Dlocal_sync_delegate.cc474 entry->updated_time().is_null()) {
479 base::Time remote_modification_time = entry->updated_time();
H A Ddrive_file_sync_service.h262 const base::Time& updated_time,
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
H A Dapi_util.cc772 entry->updated_time(),
803 error, entry->file_md5(), entry->file_size(), entry->updated_time(),
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
/external/chromium_org/remoting/tools/
H A Dhostdir.py37 self.updated_time = parameters.get(u"updatedTime")
46 self.updated_time = None
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_entry_conversion.cc69 file_info->set_last_modified(input.updated_time().ToInternalValue());
/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;
H A Dgdata_wapi_parser_unittest.cc38 EXPECT_EQ(update_time, feed->updated_time());
76 EXPECT_EQ(entry1_update_time, folder_entry->updated_time());
172 EXPECT_EQ(entry1_update_time, entry->updated_time());
/external/chromium_org/chrome/browser/drive/
H A Dfake_drive_service_unittest.cc1200 entry->updated_time());
2147 EXPECT_EQ(time, resource_entry->updated_time());

Completed in 186 milliseconds