Searched refs:GetEVCertName (Results 1 – 16 of 16) sorted by relevance
40 static base::string16 GetEVCertName(const net::X509Certificate& cert);53 virtual base::string16 GetEVCertName() const OVERRIDE;
231 base::string16 ToolbarModelImpl::GetEVCertName() const { in GetEVCertName() function in ToolbarModelImpl238 return GetEVCertName(*cert.get()); in GetEVCertName()242 base::string16 ToolbarModelImpl::GetEVCertName( in GetEVCertName() function in ToolbarModelImpl
53 base::string16 TestToolbarModel::GetEVCertName() const { in GetEVCertName() function in TestToolbarModel
82 virtual base::string16 GetEVCertName() const = 0;
27 virtual base::string16 GetEVCertName() const OVERRIDE;
116 std::wstring ToolbarModel::GetEVCertName() const { in GetEVCertName() function in ToolbarModel123 return UTF16ToWideHack(SSLManager::GetEVCertName(*cert)); in GetEVCertName()
50 std::wstring GetEVCertName() const;
70 static string16 GetEVCertName(const net::X509Certificate& cert);
97 string16 SSLManager::GetEVCertName(const net::X509Certificate& cert) { in GetEVCertName() function in SSLManager
361 toolbar_view_->GetToolbarModel()->GetEVCertName(), in Update()
624 std::wstring label(toolbar_model_->GetEVCertName());
483 ev_bubble_view_->SetLabel(model_->GetEVCertName()); in Layout()
437 base::string16 label(GetToolbarModel()->GetEVCertName());
757 ev_bubble_view_->SetLabel(GetToolbarModel()->GetEVCertName()); in Layout()
883 std::wstring info_text = toolbar_model_->GetEVCertName(); in UpdateSiteTypeArea()
1294 base::string16 info_text = GetToolbarModel()->GetEVCertName(); in UpdateSiteTypeArea()