HomeSort by relevance Sort by last modified time
    Searched refs:GetIconForSecurityLevel (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/ui/toolbar/
test_toolbar_model.cc 49 int TestToolbarModel::GetIconForSecurityLevel(SecurityLevel level) const {
toolbar_model.h 78 virtual int GetIconForSecurityLevel(SecurityLevel level) const = 0;
toolbar_model_impl.h 52 virtual int GetIconForSecurityLevel(SecurityLevel level) const OVERRIDE;
test_toolbar_model.h 26 virtual int GetIconForSecurityLevel(SecurityLevel level) const OVERRIDE;
toolbar_model_impl.cc 213 return GetIconForSecurityLevel(NONE);
215 return GetIconForSecurityLevel(GetSecurityLevel(false));
218 int ToolbarModelImpl::GetIconForSecurityLevel(SecurityLevel level) const {
  /external/chromium_org/chrome/browser/ui/views/toolbar/
site_chip_view.cc 369 int icon = toolbar_view_->GetToolbarModel()->GetIconForSecurityLevel(

Completed in 164 milliseconds