Home
last modified time | relevance | path

Searched refs:GetIconForSecurityLevel (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/toolbar/
Dtoolbar_model_impl.cc213 return GetIconForSecurityLevel(NONE); in GetIcon()
215 return GetIconForSecurityLevel(GetSecurityLevel(false)); in GetIcon()
218 int ToolbarModelImpl::GetIconForSecurityLevel(SecurityLevel level) const { in GetIconForSecurityLevel() function in ToolbarModelImpl
Dtest_toolbar_model.cc49 int TestToolbarModel::GetIconForSecurityLevel(SecurityLevel level) const { in GetIconForSecurityLevel() function in TestToolbarModel
Dtoolbar_model.h78 virtual int GetIconForSecurityLevel(SecurityLevel level) const = 0;
Dtoolbar_model_impl.h52 virtual int GetIconForSecurityLevel(SecurityLevel level) const OVERRIDE;
Dtest_toolbar_model.h26 virtual int GetIconForSecurityLevel(SecurityLevel level) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/toolbar/
Dsite_chip_view.cc369 int icon = toolbar_view_->GetToolbarModel()->GetIconForSecurityLevel( in Update()