Searched defs:update_version (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sync/engine/
H A Dmodel_type_entity.cc99 bool ModelTypeEntity::UpdateIsReflection(int64 update_version) const {
100 return base_version_ >= update_version;
103 bool ModelTypeEntity::UpdateIsInConflict(int64 update_version) const {
104 return IsUnsynced() && !UpdateIsReflection(update_version);
108 int64 update_version,
119 base_version_ = update_version;
107 ApplyUpdateFromServer( int64 update_version, bool deleted, const sync_pb::EntitySpecifics& specifics, base::Time mtime, const std::string& encryption_key_name) argument
/external/chromium_org/chrome/app/
H A Dchrome_crash_reporter_client.cc174 Version update_version = GoogleUpdateSettings::GetGoogleUpdateVersion( local
176 if (!update_version.IsValid() ||
177 update_version.IsOlderThan(std::string(kMinUpdateVersion)))
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A DMakefile216 define update_version.h
227 $(Q)$(N)$(call update_version.h)

Completed in 279 milliseconds