Searched defs:current_version (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium/chrome/browser/prefs/
H A Dbrowser_prefs.cc168 int current_version = local
171 if ((current_version & WINDOWS_PREFS) == 0) {
193 current_version | WINDOWS_PREFS);
/external/chromium_org/chrome/common/
H A Dchrome_version_info.cc101 std::string current_version; local
103 current_version += Version();
105 current_version += " (";
106 current_version += l10n_util::GetStringUTF8(IDS_ABOUT_VERSION_UNOFFICIAL);
107 current_version += " ";
108 current_version += LastChange();
109 current_version += " ";
110 current_version += OSType();
111 current_version += ")";
115 current_version
[all...]
/external/chromium_org/chrome/browser/component_updater/pnacl/
H A Dpnacl_component_installer.h64 base::Version current_version() const { return current_version_; } function in class:PnaclComponentInstaller
H A Dpnacl_component_installer.cc259 if (current_version().CompareTo(version) > 0) {
293 if (current_version().Equals(Version(kNullVersion)))
297 current_version().GetString()).AppendASCII(file);
335 pnacl_component.version = current_version();
346 void FinishPnaclUpdateRegistration(const Version& current_version, argument
349 pci->set_current_version(current_version);
/external/chromium/chrome/browser/webdata/
H A Dweb_database.cc146 int current_version = meta_table_.GetVersionNumber(); local
147 switch (current_version) {
157 LOG(WARNING) << "Web database version " << current_version <<
/external/chromium_org/chrome/browser/performance_monitor/
H A Dperformance_monitor_util.cc75 const std::string& current_version) {
80 event.current_version = current_version;
73 CreateChromeUpdateEvent(const base::Time& time, const std::string& previous_version, const std::string& current_version) argument
H A Dperformance_monitor.cc284 std::string current_version = version.Version(); local
288 // We should never have a current_version which is older than the
290 DCHECK(current_version >= previous_version);
296 if (current_version > previous_version) {
297 database_->AddStateValue(kStateChromeVersion, current_version);
300 base::Time::Now(), previous_version, current_version);
H A Dperformance_monitor_browsertest.cc551 std::string current_version; local
555 ASSERT_TRUE(value->GetString("currentVersion", &current_version));
556 ASSERT_EQ(version_string, current_version);
/external/chromium_org/chrome/browser/prefs/
H A Dbrowser_prefs.cc458 int current_version = local
463 if (!(current_version & DNS_PREFS)) {
470 current_version |= DNS_PREFS;
472 current_version);
476 if (!(current_version & WINDOWS_PREFS)) {
495 current_version |= WINDOWS_PREFS;
497 current_version);
500 if (!(current_version & GOOGLE_URL_TRACKER_PREFS)) {
520 current_version |= GOOGLE_URL_TRACKER_PREFS;
522 current_version);
[all...]
/external/chromium_org/components/webdata/common/
H A Dweb_database.cc127 int current_version = std::max(meta_table_.GetVersionNumber(), local
129 if (current_version > meta_table_.GetVersionNumber())
130 ChangeVersion(&meta_table_, current_version, false);
132 if (current_version < 20) {
143 LOG(WARNING) << "Web database version " << current_version <<
149 for (int next_version = current_version + 1;
/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_tab_helper.cc138 void FindTabHelper::RequestFindMatchRects(int current_version) { argument
140 web_contents()->GetRenderViewHost()->RequestFindMatchRects(current_version);
/external/chromium_org/chrome_frame/
H A Ddll_redirector.cc246 scoped_ptr<Version> current_version; local
248 current_version.reset(
250 DCHECK(current_version->IsValid());
253 return current_version.release();
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_database.cc184 SchemaVersion current_version = DetectSchemaVersion(); local
186 if (current_version == V2) {
188 } else if (current_version == V1) {
/external/chromium/chrome/browser/diagnostics/
H A Drecon_diagnostics.cc172 std::string current_version = version_info.Version(); local
173 if (current_version.empty()) {
179 current_version += " " + version_modifier;
181 current_version += " GCB";
183 RecordSuccess(ASCIIToUTF16(current_version));
/external/chromium/chrome/browser/ui/gtk/
H A Dabout_chrome_dialog.cc106 std::string current_version = version_info.Version(); local
108 current_version += " (";
109 current_version += version_info.LastChange();
110 current_version += ")";
114 current_version += " " + channel;
154 GtkWidget* version_label = gtk_label_new(current_version.c_str());
/external/chromium_org/sync/engine/
H A Dsyncer_proto_util.cc256 const int current_version = local
258 msg->set_protocol_version(current_version);
/external/chromium/chrome/browser/sync/util/
H A Duser_settings.cc97 int current_version) {
98 switch (current_version) {
105 LOG(WARNING) << "UserSettings database version " << current_version <<
96 MigrateOldVersionsAsNeeded(sqlite3* const handle, int current_version) argument
/external/chromium_org/chrome/browser/diagnostics/
H A Drecon_diagnostics.cc185 std::string current_version = version_info.Version(); variable
186 if (current_version.empty()) {
193 current_version += " " + version_modifier;
195 current_version += " GCB";
197 RecordSuccess(current_version); variable
/external/chromium_org/chrome/installer/setup/
H A Dinstall.cc161 // current_version: returns the current active version (if any)
178 scoped_ptr<Version>* current_version) {
179 DCHECK(current_version);
183 current_version->reset(installer_state.GetCurrentVersion(original_state));
192 current_version->get(),
204 base::PathExists(new_chrome_exe) && current_version->get() &&
205 new_version.Equals(*current_version->get()) ?
218 if (!current_version->get()) {
223 if (new_version.Equals(**current_version)) {
228 if (new_version.CompareTo(**current_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
[all...]
H A Dinstall_worker.cc455 // |current_version| can be NULL to indicate no Chrome is currently installed.
462 const Version* current_version,
467 if (current_version) {
472 installer_state.GetInstallerDirectory(*current_version));
561 // repair runs if the current_version is the same as the new_version.
562 bool check_for_duplicates = (current_version &&
563 current_version->Equals(new_version));
1028 const Version* current_version,
1052 current_version, new_version));
1070 if (current_version) {
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
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
[all...]
/external/chromium_org/webkit/browser/quota/
H A Dquota_database.cc572 bool QuotaDatabase::UpgradeSchema(int current_version) { argument
573 if (current_version == 2) {
/external/chromium/chrome/browser/net/
H A Dpredictor_api.cc414 int current_version = local
416 if ((current_version & browser::DNS_PREFS) == 0) {
422 current_version | browser::DNS_PREFS);
/external/chromium_org/chrome/browser/extensions/
H A Devent_router.cc425 std::string current_version = current_version_info.Version(); local
427 current_version);
430 if (!version.IsValid() || version.IsOlderThan(current_version))
/external/chromium_org/chrome/installer/util/
H A Dinstaller_state.cc529 scoped_ptr<Version> current_version; local
572 current_version.reset(new Version(*version));
575 return current_version.release();
579 const Version* current_version,
581 DCHECK(current_version == NULL || current_version->IsValid());
584 (current_version == NULL ||
585 (current_version->CompareTo(critical_update_version_) < 0)) &&
599 scoped_ptr<Version> current_version(GetCurrentVersion(machine_state));
600 if (current_version !
578 DetermineCriticalVersion( const Version* current_version, const Version& new_version) const argument
[all...]
/external/chromium_org/chrome/installer/test/
H A Dalternate_version_generator.cc305 ChromeVersion current_version; member in struct:__anon6818::VisitResourceContext
330 // Replace all occurrences of current_version with new_version
336 ctx.current_version.high(), ctx.current_version.low()
409 ctx->new_version.set_value(ctx->current_version.value() + incrementer);
426 if (!GetSetupExeVersion(work_dir, &ctx.current_version)) {
429 ctx.current_version_str = ctx.current_version.ToString();
660 if (!GetFileVersion(original_file, &ctx.current_version)) {
665 ctx.current_version_str = ctx.current_version.ToString();
690 if (!GetFileVersion(target_file, &ctx.current_version)) {
[all...]

Completed in 586 milliseconds

12