Searched refs:existing_version (Results 1 – 12 of 12) sorted by relevance
48 int64 existing_version = -1; // The server always sends positive versions. in UpdateContainsNewVersion() local52 existing_version = existing_entry.GetBaseVersion(); in UpdateContainsNewVersion()74 return existing_version < update.version(); in UpdateContainsNewVersion()
57 virtual void OnBlocked(int64 existing_version);
91 void IndexedDBCallbacks::OnBlocked(int64 existing_version) { in OnBlocked() argument101 ipc_thread_id_, ipc_callbacks_id_, existing_version)); in OnBlocked()
136 virtual void OnBlocked(int64 existing_version) OVERRIDE { in OnBlocked() argument
526 scoped_ptr<Version> existing_version; in InstallOrUpdateProduct() local529 &existing_version); in InstallOrUpdateProduct()638 existing_version.get(), in InstallOrUpdateProduct()
672 Version* existing_version, in RemoveOldVersionDirectories() argument679 if (existing_version) in RemoveOldVersionDirectories()680 existing_version_strings.insert(existing_version->GetString()); in RemoveOldVersionDirectories()
186 base::Version* existing_version,
224 Version existing_version("1.0.1.0"); in TEST_F() local229 &existing_version, in TEST_F()
214 int64 existing_version);
626 int64 existing_version) { in OnIntBlocked() argument630 callbacks->onBlocked(existing_version); in OnIntBlocked()
564 Version existing_version(version); in DetermineUpdates() local568 update_version.CompareTo(existing_version) <= 0) { in DetermineUpdates()
1039 scoped_ptr<Version> existing_version( in DetermineUpdates() local1045 update_version->CompareTo(*(existing_version.get())) <= 0) { in DetermineUpdates()