Searched defs:GetSecurityLevel (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/toolbar/
H A Dtest_toolbar_model.cc37 ToolbarModel::SecurityLevel TestToolbarModel::GetSecurityLevel( function in class:TestToolbarModel
H A Dtoolbar_model_impl.cc186 ToolbarModelImpl::GetSecurityLevel(bool ignore_editing) const { function in class:ToolbarModelImpl
207 return icon_ids[GetSecurityLevel(false)];
211 DCHECK_EQ(GetSecurityLevel(false), EV_SECURE);
285 ToolbarModel::SecurityLevel security_level = GetSecurityLevel(ignore_editing);
/external/chromium/chrome/browser/ui/toolbar/
H A Dtoolbar_model.cc64 ToolbarModel::SecurityLevel ToolbarModel::GetSecurityLevel() const { function in class:ToolbarModel
113 return icon_ids[GetSecurityLevel()];
117 DCHECK_EQ(GetSecurityLevel(), EV_SECURE);
/external/chromium_org/chrome/browser/android/
H A Dtab_android.cc126 ToolbarModel::SecurityLevel TabAndroid::GetSecurityLevel() { function in class:TabAndroid

Completed in 6508 milliseconds