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

/external/chromium/chrome/browser/chromeos/cros/
H A Dupdate_library.h42 new_version(x.new_version_),
49 std::string new_version; member in struct:chromeos::UpdateLibrary::Status
/external/chromium_org/chrome/installer/setup/
H A Dchrome_frame_quick_enable.cc102 const Version& new_version = chrome_state->version(); local
105 AddUninstallShortcutWorkItems(*installer_state, setup_path, new_version,
110 new_version, true, item_list.get());
112 new_version, *cf, item_list.get());
116 new_version, temp_path.path(), item_list.get());
129 new_version,
H A Dinstall.cc160 // new_version: new Chrome version that needs to be installed
177 const Version& new_version,
193 new_version,
205 new_version.Equals(*current_version->get()) ?
219 VLOG(1) << "First install of version " << new_version.GetString();
223 if (new_version.Equals(**current_version)) {
224 VLOG(1) << "Install repaired of version " << new_version.GetString();
228 if (new_version.CompareTo(**current_version) > 0) {
230 VLOG(1) << "Version updated to " << new_version.GetString()
234 VLOG(1) << "Version updated to " << new_version
170 InstallNewVersion( 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& new_version, scoped_ptr<Version>* current_version) argument
484 InstallOrUpdateProduct( const InstallationState& original_state, const 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.cc117 const Version& new_version,
145 new_version.GetString()));
159 const Version& new_version,
163 installer_state.GetInstallerDirectory(new_version));
232 const Version& new_version,
263 const Version& new_version,
267 AddCommandWithParameterWorkItems(installer_state, machine_state, new_version,
277 const Version& new_version,
281 AddCommandWithParameterWorkItems(installer_state, machine_state, new_version,
291 // --verbose-logging. |setup_path| and |new_version| ar
115 AddRegisterComDllWorkItemsForPackage(const InstallerState& installer_state, const Version* old_version, const Version& new_version, WorkItemList* work_item_list) argument
155 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
230 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
261 AddInstallAppCommandWorkItems(const InstallerState& installer_state, const InstallationState& machine_state, const Version& new_version, const Product& product, WorkItemList* work_item_list) argument
274 AddInstallExtensionCommandWorkItem(const InstallerState& installer_state, const InstallationState& machine_state, const base::FilePath& setup_path, const Version& new_version, const Product& product, WorkItemList* work_item_list) argument
293 GetGenericQuickEnableCommand( const InstallerState& installer_state, const InstallationState& machine_state, const base::FilePath& setup_path, const Version& new_version) argument
338 AddQuickEnableApplicationLauncherWorkItems( const InstallerState& installer_state, const InstallationState& machine_state, const base::FilePath& setup_path, const Version& new_version, WorkItemList* work_item_list) argument
374 AddProductSpecificWorkItems(const InstallationState& original_state, const InstallerState& installer_state, const base::FilePath& setup_path, const Version& new_version, WorkItemList* list) argument
456 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
669 AddUninstallShortcutWorkItems(const InstallerState& installer_state, const base::FilePath& setup_path, const Version& new_version, const Product& product, WorkItemList* install_list) argument
779 AddVersionKeyWorkItems(HKEY root, BrowserDistribution* dist, const Version& new_version, bool add_language_identifier, WorkItemList* list) argument
1026 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
1159 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
1293 AddChromeFrameWorkItems(const InstallationState& original_state, const InstallerState& installer_state, const base::FilePath& setup_path, const Version& new_version, const Product& product, WorkItemList* list) argument
1430 AddDelegateExecuteWorkItems(const InstallerState& installer_state, const base::FilePath& target_path, const Version& new_version, const Product& product, WorkItemList* list) argument
1492 AddActiveSetupWorkItems(const InstallerState& installer_state, const base::FilePath& setup_path, const Version& new_version, const Product& product, WorkItemList* list) argument
1615 AddOsUpgradeWorkItems(const InstallerState& installer_state, const base::FilePath& setup_path, const Version& new_version, const Product& product, WorkItemList* install_list) argument
1647 AddQueryEULAAcceptanceWorkItems(const InstallerState& installer_state, const base::FilePath& setup_path, const Version& new_version, const Product& product, WorkItemList* work_item_list) argument
1674 AddQuickEnableChromeFrameWorkItems(const InstallerState& installer_state, const InstallationState& machine_state, const base::FilePath& setup_path, const Version& new_version, WorkItemList* work_item_list) argument
[all...]
H A Dsetup_main.cc302 const Version& new_version,
334 product_state->version().CompareTo(new_version) < 0) {
300 CheckGroupPolicySettings(const InstallationState& original_state, const InstallerState& installer_state, const Version& new_version, installer::InstallStatus* status) argument
/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/chromeos/dbus/
H A Dupdate_engine_client.h54 std::string new_version; member in struct:chromeos::UpdateEngineClient::Status
H A Dupdate_engine_client.cc227 reader.PopString(&status.new_version) &&
278 std::string new_version; local
283 reader.PopString(&new_version) &&
293 status.new_version = new_version;
/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.cc307 ChromeVersion new_version; member in struct:__anon6818::VisitResourceContext
330 // Replace all occurrences of current_version with new_version
339 ctx.new_version.high(), ctx.new_version.low()
409 ctx->new_version.set_value(ctx->current_version.value() + incrementer);
410 ctx->new_version_str = ctx->new_version.ToString();
419 // |new_version|, when non-NULL, are given the original and new version numbers
424 std::wstring* new_version) {
458 if (new_version != NULL)
459 new_version
421 ApplyAlternateVersion(const base::FilePath& work_dir, upgrade_test::Direction direction, std::wstring* original_version, std::wstring* new_version) argument
515 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/chrome/browser/sync/engine/
H A Dprocess_commit_response_command.cc299 int64 new_version = entry_response.version(); local
307 new_version = 0;
309 bad_commit_version = 0 == new_version;
311 bad_commit_version = old_version > new_version;
315 << " new_id:" << entry_response.id() << " new_version:"
323 local_entry->Put(BASE_VERSION, new_version);
325 << " to: " << new_version;
326 local_entry->Put(SERVER_VERSION, new_version);
456 << " new_id:" << entry_response.id() << " new_version:"
H A Dsyncer_util.cc222 int64 new_version = update.version(); local
224 DCHECK_GT(new_version, 0);
234 << " new version: " << new_version;
H A Dsyncer_unittest.cc1493 int64 new_version = 150; // any larger value. local
1501 "new_folder", new_version, timestamp);
1516 EXPECT_TRUE(new_version == folder.Get(BASE_VERSION));
1564 int64 new_version = 150; // any larger value. local
1570 "new_entry", new_version, timestamp);
1583 EXPECT_TRUE(new_version == entry.Get(BASE_VERSION));
1619 int64 new_version = 150; // any larger value. local
1625 "new_entry", new_version, timestamp);
/external/chromium_org/sync/engine/
H A Dprocess_commit_response_command.cc253 int64 new_version = entry_response.version(); local
261 new_version = 0;
263 bad_commit_version = 0 == new_version;
265 bad_commit_version = old_version > new_version;
270 << " new_version:" << entry_response.version();
277 local_entry->Put(BASE_VERSION, new_version);
279 << " to: " << new_version;
280 local_entry->Put(SERVER_VERSION, new_version);
401 << " new_version:" << entry_response.version();
H A Dsyncer_util.cc167 int64 new_version = update.version(); local
169 DCHECK_GT(new_version, 0);
179 << " new version: " << new_version;
H A Dsyncer_unittest.cc1957 int64 new_version = 150; // any larger value. local
1965 "new_folder", new_version, timestamp,
1979 EXPECT_TRUE(new_version == folder.Get(BASE_VERSION));
2024 int64 new_version = 150; // any larger value. local
2030 "new_entry", new_version, timestamp,
2042 EXPECT_TRUE(new_version == entry.Get(BASE_VERSION));
2075 int64 new_version = 150; // any larger value. local
2081 "new_entry", new_version, timestamp,
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_change_processor.cc114 int64 new_version = local
117 syncer::WriteTransaction trans(FROM_HERE, share_handle(), &new_version);
133 UpdateTransactionVersion(new_version, bookmark_model_,
138 int64 new_version = syncer::syncable::kInvalidTransactionVersion; local
140 syncer::WriteTransaction trans(FROM_HERE, share_handle(), &new_version);
153 UpdateTransactionVersion(new_version, bookmark_model_,
222 int64 new_version = syncer::syncable::kInvalidTransactionVersion; local
226 syncer::WriteTransaction trans(FROM_HERE, share_handle(), &new_version);
237 new_version, model,
288 int64 new_version local
370 int64 new_version = syncer::syncable::kInvalidTransactionVersion; local
403 int64 new_version = syncer::syncable::kInvalidTransactionVersion; local
695 UpdateTransactionVersion( int64 new_version, BookmarkModel* model, const std::vector<const BookmarkNode*>& nodes) argument
[all...]
H A Dbookmark_model_associator.cc671 int64 new_version = syncer::syncable::kInvalidTransactionVersion; local
674 syncer::WriteTransaction trans(FROM_HERE, user_share_, &new_version);
696 BookmarkChangeProcessor::UpdateTransactionVersion(new_version,
/external/chromium_org/chrome/installer/util/
H A Dinstaller_state.cc580 const Version& new_version) const {
582 DCHECK(new_version.IsValid());
586 new_version.CompareTo(critical_update_version_) >= 0) {
647 const Version& new_version,
654 existing_version_strings.insert(new_version.GetString());
646 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.cc701 int64 new_version) {
709 callbacks->onVersionChange(old_version, new_version);
698 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.cc1436 const base::Version* new_version = local
1438 ASSERT_TRUE(new_version->IsValid());
1442 EXPECT_EQ(1, new_version->CompareTo(old_version));
/external/elfutils/src/
H A Dldscript.c201 static struct version *new_version (struct id_list *local,
1998 { (yyval.version) = new_version (NULL, (yyvsp[(2) - (2)].id_list)); }
2003 { (yyval.version) = new_version ((yyvsp[(2) - (2)].id_list), NULL); }
2452 new_version (struct id_list *local, struct id_list *global)
2449 new_version (struct id_list *local, struct id_list *global) function

Completed in 706 milliseconds