Home
last modified time | relevance | path

Searched refs:current_version_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dcrx_installer.cc362 current_version_ = in ConfirmInstall()
422 if (!current_version_.empty()) { in CompleteInstall()
424 Version::GetVersionFromString(current_version_)); in CompleteInstall()
Dcrx_installer.h221 std::string current_version_; variable
/external/chromium/chrome/browser/ui/views/
Dabout_chrome_view.cc159 current_version_ = version_info.Version(); in Init()
216 version_label_->SetText(ASCIIToUTF16(current_version_ + version_details_)); in Init()
758 Version::GetVersionFromString(current_version_)); in UpdateStatus()
772 ASCIIToUTF16(current_version_)); in UpdateStatus()
Dabout_chrome_view.h148 std::string current_version_; variable