Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/toolbar/
Dtoolbar_model.h30 SECURITY_ERROR, // Attempted HTTPS and failed, page not authenticated enumerator
Dtoolbar_model.cc83 return SECURITY_ERROR; in GetSecurityLevel()
/external/chromium/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.cc254 case ToolbarModel::SECURITY_ERROR: in GetColor()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.cc2224 if (security_level_ == ToolbarModel::SECURITY_ERROR) { in EmphasizeURLComponents()
Dautocomplete_edit_view_gtk.cc2053 if (security_level_ == ToolbarModel::SECURITY_ERROR) { in EmphasizeURLComponents()
Dautocomplete_edit_view_mac.mm580 } else if (security_level == ToolbarModel::SECURITY_ERROR) {