Searched defs:new_version (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_database_callbacks.cc34 int64 new_version) {
39 ipc_thread_id_, ipc_database_callbacks_id_, old_version, new_version));
33 OnVersionChange(int64 old_version, int64 new_version) argument
/external/chromium_org/chrome/installer/test/
H A Dalternate_version_generator_main.cc159 std::wstring new_version; local
162 &original_version, &new_version)) {
164 new_version.c_str(), original_version.c_str());
H A Dalternate_version_generator.cc310 ChromeVersion new_version; member in struct:__anon5736::VisitResourceContext
333 // Replace all occurrences of current_version with new_version
342 ctx.new_version.high(), ctx.new_version.low()
407 ctx->new_version.set_value(ctx->current_version.value() + incrementer);
408 ctx->new_version_str = ctx->new_version.ToString();
417 // |new_version|, when non-NULL, are given the original and new version numbers
422 std::wstring* new_version) {
456 if (new_version != NULL)
457 new_version
419 ApplyAlternateVersion(const base::FilePath& work_dir, upgrade_test::Direction direction, std::wstring* original_version, std::wstring* new_version) argument
513 GenerateAlternateVersion(const base::FilePath& original_installer_path, const base::FilePath& target_path, Direction direction, std::wstring* original_version, std::wstring* new_version) argument
[all...]
/external/chromium_org/chromeos/dbus/
H A Dupdate_engine_client.h52 std::string new_version; member in struct:chromeos::UpdateEngineClient::Status
H A Dupdate_engine_client.cc303 reader.PopString(&status.new_version) &&
355 std::string new_version; local
360 reader.PopString(&new_version) &&
370 status.new_version = new_version;
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_register_job.h97 scoped_refptr<ServiceWorkerVersion> new_version; member in struct:content::ServiceWorkerRegisterJob::Internal
106 ServiceWorkerVersion* new_version();
H A Dservice_worker_register_job.cc136 DCHECK(!internal_.new_version.get());
137 internal_.new_version = version;
140 ServiceWorkerVersion* ServiceWorkerRegisterJob::new_version() { function in class:content::ServiceWorkerRegisterJob
142 return internal_.new_version.get();
328 new_version()->embedded_worker()->AddListener(this);
329 new_version()->StartWorker(
346 new_version()->script_cache_map()->main_script_status();
371 registration()->SetInstallingVersion(new_version());
374 ResolvePromise(SERVICE_WORKER_OK, registration(), new_version());
378 new_version()
[all...]
/external/chromium_org/chrome/installer/setup/
H A Dinstall.cc162 // new_version: new Chrome version that needs to be installed
179 const Version& new_version,
195 new_version,
207 new_version.Equals(*current_version->get()) ?
221 VLOG(1) << "First install of version " << new_version.GetString();
225 if (new_version.Equals(**current_version)) {
226 VLOG(1) << "Install repaired of version " << new_version.GetString();
230 if (new_version.CompareTo(**current_version) > 0) {
232 VLOG(1) << "Version updated to " << new_version.GetString()
236 VLOG(1) << "Version updated to " << new_version
172 InstallNewVersion( const installer::InstallationState& original_state, const installer::InstallerState& installer_state, const base::FilePath& setup_path, const base::FilePath& archive_path, const base::FilePath& src_path, const base::FilePath& temp_path, const Version& new_version, scoped_ptr<Version>* current_version) argument
486 InstallOrUpdateProduct( const installer::InstallationState& original_state, const installer::InstallerState& installer_state, const base::FilePath& setup_path, const base::FilePath& archive_path, const base::FilePath& install_temp_path, const base::FilePath& src_path, const base::FilePath& prefs_path, const MasterPreferences& prefs, const Version& new_version) argument
[all...]
H A Dinstall_worker.cc91 const Version& new_version,
119 new_version.GetString()));
133 const Version& new_version,
137 installer_state.GetInstallerDirectory(new_version));
206 const Version& new_version,
301 // --verbose-logging. |setup_path| and |new_version| are optional only when
307 const Version& new_version) {
313 // setup_path and new_version are required when not uninstalling.
315 (!setup_path.empty() && new_version.IsValid()));
332 binaries_setup_path = installer_state.GetInstallerDirectory(new_version)
89 AddRegisterComDllWorkItemsForPackage(const InstallerState& installer_state, const Version* old_version, const Version& new_version, WorkItemList* work_item_list) argument
129 AddInstallerCopyTasks(const InstallerState& installer_state, const base::FilePath& setup_path, const base::FilePath& archive_path, const base::FilePath& temp_path, const Version& new_version, WorkItemList* install_list) argument
204 AddCommandWithParameterWorkItems(const InstallerState& installer_state, const InstallationState& machine_state, const Version& new_version, const Product& product, const wchar_t* command_key, const wchar_t* app, const char* command_with_parameter, WorkItemList* work_item_list) argument
303 GetGenericQuickEnableCommand( const InstallerState& installer_state, const InstallationState& machine_state, const base::FilePath& setup_path, const Version& new_version) argument
348 AddQuickEnableApplicationLauncherWorkItems( const InstallerState& installer_state, const InstallationState& machine_state, const base::FilePath& setup_path, const Version& new_version, WorkItemList* work_item_list) argument
384 AddProductSpecificWorkItems(const InstallationState& original_state, const InstallerState& installer_state, const base::FilePath& setup_path, const Version& new_version, bool is_new_install, WorkItemList* list) argument
472 AddChromeWorkItems(const InstallationState& original_state, const InstallerState& installer_state, const base::FilePath& setup_path, const base::FilePath& archive_path, const base::FilePath& src_path, const base::FilePath& temp_path, const Version* current_version, const Version& new_version, WorkItemList* install_list) argument
671 AddUninstallShortcutWorkItems(const InstallerState& installer_state, const base::FilePath& setup_path, const Version& new_version, const Product& product, WorkItemList* install_list) argument
817 AddVersionKeyWorkItems(HKEY root, const base::string16& version_key, const base::string16& product_name, const Version& new_version, bool add_language_identifier, WorkItemList* list) argument
1099 AppendPostInstallTasks(const InstallerState& installer_state, const base::FilePath& setup_path, const Version* current_version, const Version& new_version, const base::FilePath& temp_path, WorkItemList* post_install_task_list) argument
1246 AddInstallWorkItems(const InstallationState& original_state, const InstallerState& installer_state, const base::FilePath& setup_path, const base::FilePath& archive_path, const base::FilePath& src_path, const base::FilePath& temp_path, const Version* current_version, const Version& new_version, WorkItemList* install_list) argument
1396 AddDelegateExecuteWorkItems(const InstallerState& installer_state, const base::FilePath& target_path, const Version& new_version, const Product& product, WorkItemList* list) argument
1468 AddActiveSetupWorkItems(const InstallerState& installer_state, const base::FilePath& setup_path, const Version& new_version, const Product& product, WorkItemList* list) argument
1586 AddOsUpgradeWorkItems(const InstallerState& installer_state, const base::FilePath& setup_path, const Version& new_version, const Product& product, WorkItemList* install_list) argument
1619 AddQueryEULAAcceptanceWorkItems(const InstallerState& installer_state, const base::FilePath& setup_path, const Version& new_version, const Product& product, WorkItemList* work_item_list) argument
[all...]
H A Dsetup_main.cc303 const Version& new_version,
335 product_state->version().CompareTo(new_version) < 0) {
301 CheckGroupPolicySettings(const InstallationState& original_state, const InstallerState& installer_state, const Version& new_version, installer::InstallStatus* status) argument
/external/chromium_org/sync/engine/
H A Dcommit_util.cc237 int64 new_version = entry_response.version(); local
245 new_version = 0;
247 bad_commit_version = 0 == new_version;
249 bad_commit_version = old_version > new_version;
254 << " new_version:" << entry_response.version();
261 local_entry->PutBaseVersion(new_version);
263 << " to: " << new_version;
264 local_entry->PutServerVersion(new_version);
364 << " new_version:" << entry_response.version();
H A Dsyncer_util.cc171 int64 new_version = update.version(); local
173 DCHECK_GT(new_version, 0);
183 << " new version: " << new_version;
H A Dsyncer_unittest.cc2011 int64 new_version = 150; // any larger value. local
2019 "new_folder", new_version, timestamp,
2033 EXPECT_TRUE(new_version == folder.GetBaseVersion());
2078 int64 new_version = 150; // any larger value. local
2084 "new_entry", new_version, timestamp,
2096 EXPECT_TRUE(new_version == entry.GetBaseVersion());
2129 int64 new_version = 150; // any larger value. local
2135 "new_entry", new_version, timestamp,
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_manager_browsertest.cc557 std::string new_version; local
558 EXPECT_TRUE(GetCachedCrx(kTestLocalFsKioskApp, &new_crx_path, &new_version));
559 EXPECT_EQ("2.0.0", new_version);
597 std::string new_version; local
598 EXPECT_TRUE(GetCachedCrx(kTestLocalFsKioskApp, &v2_crx_path, &new_version));
599 EXPECT_EQ("2.0.0", new_version);
/external/chromium_org/device/test/
H A Dusb_test_gadget_impl.cc308 std::string new_version; local
309 while (!GetVersion(&new_version) || new_version != version) {
/external/chromium_org/sync/test/fake_server/
H A Dfake_server.cc61 // markers from the original GetUpdatesMessage and |new_version| (the latest
64 int64 new_version,
74 int64 version = std::max(new_version, it->second);
63 UpdateProgressMarkers( int64 new_version, sync_pb::GetUpdatesResponse* get_updates_response) const argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_change_processor.cc117 int64 new_version = local
120 syncer::WriteTransaction trans(FROM_HERE, share_handle(), &new_version);
139 UpdateTransactionVersion(new_version, bookmark_model_,
144 int64 new_version = syncer::syncable::kInvalidTransactionVersion; local
146 syncer::WriteTransaction trans(FROM_HERE, share_handle(), &new_version);
161 UpdateTransactionVersion(new_version, bookmark_model_,
226 int64 new_version = syncer::syncable::kInvalidTransactionVersion; local
230 syncer::WriteTransaction trans(FROM_HERE, share_handle(), &new_version);
251 new_version,
378 int64 new_version local
737 UpdateTransactionVersion( int64 new_version, BookmarkModel* model, const std::vector<const BookmarkNode*>& nodes) argument
[all...]
H A Dbookmark_model_associator.cc721 int64 new_version = syncer::syncable::kInvalidTransactionVersion; local
724 syncer::WriteTransaction trans(FROM_HERE, user_share_, &new_version);
749 BookmarkChangeProcessor::UpdateTransactionVersion(new_version,
/external/chromium_org/chrome/installer/util/
H A Dinstaller_state.cc558 const Version& new_version) const {
560 DCHECK(new_version.IsValid());
564 new_version.CompareTo(critical_update_version_) >= 0) {
671 const Version& new_version,
678 existing_version_strings.insert(new_version.GetString());
670 RemoveOldVersionDirectories( const Version& new_version, Version* existing_version, const base::FilePath& temp_path) const argument
/external/chromium_org/content/child/indexed_db/
H A Dindexed_db_dispatcher.cc782 int64 new_version) {
790 callbacks->onVersionChange(old_version, new_version);
779 OnIntVersionChange(int32 ipc_thread_id, int32 ipc_database_callbacks_id, int64 old_version, int64 new_version) argument
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_browsertest.cc1685 const base::Version* new_version = local
1687 ASSERT_TRUE(new_version->IsValid());
1691 EXPECT_EQ(1, new_version->CompareTo(old_version));
/external/elfutils/0.153/src/
H A Dldscript.c139 static struct version *new_version (struct id_list *local,
2143 { (yyval.version) = new_version (NULL, (yyvsp[(2) - (2)].id_list)); }
2150 { (yyval.version) = new_version ((yyvsp[(2) - (2)].id_list), NULL); }
2629 new_version (struct id_list *local, struct id_list *global) function

Completed in 5165 milliseconds