Searched refs:GetDisplayName (Results 1 – 14 of 14) sorted by relevance
61 string16 issuer_name(UTF8ToUTF16(cert->issuer().GetDisplayName())); in PageInfoModel()109 UTF8ToUTF16(cert->issuer().GetDisplayName()))); in PageInfoModel()124 string16 issuer_name(UTF8ToUTF16(cert->issuer().GetDisplayName())); in PageInfoModel()
69 std::string GetDisplayName() const;
38 std::string CertPrincipal::GetDisplayName() const { in GetDisplayName() function in net::CertPrincipal
863 EXPECT_EQ("subject", cert->subject().GetDisplayName()); in TEST()959 EXPECT_EQ("subject", cert->subject().GetDisplayName()); in TEST()
49 controllers[i]->user().GetDisplayName(); in EnableTooltipsIfNeeded()54 controllers[i]->user().GetDisplayName(); in EnableTooltipsIfNeeded()
47 std::string GetDisplayName() const;
148 std::wstring text = UTF8ToWide(user.GetDisplayName()); in Init()
207 std::string UserManager::User::GetDisplayName() const { in GetDisplayName() function in chromeos::UserManager::User226 GetDisplayName().c_str(), in GetNameTooltip()
496 text = UTF8ToWide(user_.GetDisplayName()); in CreateLabelWindow()
123 user_dict->SetString("name", it->GetDisplayName()); in WhitelistExistingUsers()
84 UTF8ToUTF16(cert_->issuer().GetDisplayName())); in GetMessageText()
559 string16 GetDisplayName(const std::string& country_code, in GetDisplayName() function578 name_ = GetDisplayName(country_code, icu::Locale(locale.c_str())); in AutofillCountry()
814 StringValue cert_name(root_cert->subject().GetDisplayName()); in ImportCAFileRead()963 dict->SetString(kNameId, failure.certificate->subject().GetDisplayName()); in ShowImportErrors()
109 ssl_info.cert.get()->issuer().GetDisplayName() == "Chrome Internal") { in CheckSSLInfo()