/external/zlib/ |
H A D | update_zlib.sh | 12 new_version=$(wget -O - --no-verbose -q http://zlib.net/ | \ 15 tgz_file="zlib-$new_version.tar.gz" 17 echo "Upgrading zlib to version $new_version..." 30 mv zlib-$new_version src
|
/external/chromium_org/apps/app_host/ |
H A D | update.cc | 88 Version new_version(GetAppVersionFromRegistry(kBinariesAppGuid)); 89 if (!new_version.IsValid()) 90 new_version = GetAppVersionFromRegistry(kBrowserAppGuid); 91 if (!new_version.IsValid()) 94 if (app_host_version.CompareTo(new_version) < 0) { 96 << " to " << new_version.GetString();
|
/external/chromium_org/chrome/installer/setup/ |
H A D | install_worker.h | 35 const base::Version& new_version, 44 const base::Version& new_version, 87 const base::Version& new_version, 110 const base::Version& new_version, 140 const base::Version& new_version, 146 // If |new_version| is empty, the registrations will point to 150 const base::Version& new_version, 161 const base::Version& new_version, 185 // |installer_state|). |new_version| is the version of the product(s) 189 const base::Version& new_version, [all...] |
H A D | chrome_frame_quick_enable.cc | 102 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 D | install_worker.cc | 117 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 D | install.cc | 160 // 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 D | install.h | 102 // new_version: new Chrome version that needs to be installed 117 const Version& new_version);
|
/external/chromium_org/content/browser/indexed_db/ |
H A D | indexed_db_database_callbacks.cc | 34 int64 new_version) { 39 ipc_thread_id_, ipc_database_callbacks_id_, old_version, new_version)); 33 OnVersionChange(int64 old_version, int64 new_version) argument
|
H A D | indexed_db_database_callbacks.h | 24 virtual void OnVersionChange(int64 old_version, int64 new_version);
|
/external/chromium_org/chrome/installer/test/ |
H A D | alternate_version_generator.h | 28 // |new_version|, when non-NULL, are given the original and new version numbers 34 std::wstring* new_version);
|
H A D | alternate_version_generator.cc | 307 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...] |
H A D | alternate_version_generator_main.cc | 159 std::wstring new_version; local 162 &original_version, &new_version)) { 164 new_version.c_str(), original_version.c_str());
|
/external/chromium/chrome/browser/chromeos/cros/ |
H A D | update_library.h | 42 new_version(x.new_version_), 49 std::string new_version; member in struct:chromeos::UpdateLibrary::Status
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/ |
H A D | diff.rb | 18 def initialize(old_version, new_version) 19 @old_version, @new_version = old_version, new_version 26 @new_words = explode(@new_version)
|
/external/chromium_org/chrome/browser/sync/glue/ |
H A D | bookmark_change_processor.cc | 114 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...] |
/external/chromium/chrome/browser/chromeos/login/ |
H A D | update_screen.cc | 91 << library->status().new_version; 95 << library->status().new_version; 109 << library->status().new_version; 113 << library->status().new_version;
|
/external/chromium_org/chromeos/dbus/ |
H A D | update_engine_client.h | 54 std::string new_version; member in struct:chromeos::UpdateEngineClient::Status
|
H A D | update_engine_client.cc | 227 reader.PopString(&status.new_version) && 278 std::string new_version; local 283 reader.PopString(&new_version) && 293 status.new_version = new_version;
|
/external/chromium/chrome/browser/sync/engine/ |
H A D | process_commit_response_command.cc | 299 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:"
|
/external/chromium_org/sync/engine/ |
H A D | process_commit_response_command.cc | 253 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();
|
/external/chromium_org/chrome/installer/util/ |
H A D | installer_state.h | 163 // * new_version >= CUV. 167 const base::Version& new_version) const; 179 // than |new_version| and not equal to |existing_version|. |existing_version| 181 void RemoveOldVersionDirectories(const base::Version& new_version,
|
H A D | installer_state_unittest.cc | 269 Version new_version(kNewVersion); 271 ASSERT_TRUE(new_version.IsValid()); 275 installer_state.GetInstallerDirectory(new_version)); 279 UTF8ToWide(new_version.GetString()))); 311 installer_state.RemoveOldVersionDirectories(new_version, 322 installer_state.RemoveOldVersionDirectories(new_version, 510 Version new_version(kNewVersion); 516 ASSERT_TRUE(new_version.IsValid()); 574 installer_state.RemoveOldVersionDirectories(new_version,
|
H A D | installer_state.cc | 580 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/chrome/test/install_test/ |
H A D | chrome_installer_win.py | 29 def IsVersionNewer(cur_version, new_version): 34 new_version: New version that will be installed. 39 if cur_version == new_version: 42 new = new_version.split('.')
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
H A D | update_screen.cc | 155 << status.new_version; 159 << status.new_version; 180 << status.new_version; 184 << status.new_version;
|