Home
last modified time | relevance | path

Searched refs:ToolbarModel (Results 1 – 23 of 23) sorted by relevance

/external/chromium/chrome/browser/ui/toolbar/
Dtoolbar_model.cc27 ToolbarModel::ToolbarModel(Browser* browser) in ToolbarModel() function in ToolbarModel
32 ToolbarModel::~ToolbarModel() { in ~ToolbarModel()
36 std::wstring ToolbarModel::GetText() const { in GetText()
64 ToolbarModel::SecurityLevel ToolbarModel::GetSecurityLevel() const { in GetSecurityLevel()
104 int ToolbarModel::GetIcon() const { in GetIcon()
116 std::wstring ToolbarModel::GetEVCertName() const { in GetEVCertName()
126 NavigationController* ToolbarModel::GetNavigationController() const { in GetNavigationController()
Dtoolbar_model.h19 class ToolbarModel {
34 explicit ToolbarModel(Browser* browser);
35 ~ToolbarModel();
68 DISALLOW_IMPLICIT_CONSTRUCTORS(ToolbarModel);
/external/chromium/chrome/browser/ui/views/location_bar/
Dsuggested_text_view.cc35 SetColor(LocationBarView::GetColor(ToolbarModel::NONE, in StopAnimation()
57 ToolbarModel::NONE, LocationBarView::DEEMPHASIZED_TEXT); in AnimationProgressed()
59 ToolbarModel::NONE, LocationBarView::SELECTED_TEXT); in AnimationProgressed()
89 SkColor bg_color = LocationBarView::GetColor(ToolbarModel::NONE, in UpdateBackgroundColor()
Dlocation_bar_view.cc100 ToolbarModel* model, in LocationBarView()
161 GetColor(ToolbarModel::EV_SECURE, SECURITY_TEXT), this); in Init()
184 GetColor(ToolbarModel::NONE, TEXT), profile_), in Init()
189 SkColor dimmed_text = GetColor(ToolbarModel::NONE, DEEMPHASIZED_TEXT); in Init()
224 SkColor LocationBarView::GetColor(ToolbarModel::SecurityLevel security_level, in GetColor()
245 case ToolbarModel::EV_SECURE: in GetColor()
246 case ToolbarModel::SECURE: in GetColor()
250 case ToolbarModel::SECURITY_WARNING: in GetColor()
254 case ToolbarModel::SECURITY_ERROR: in GetColor()
408 GetColor(ToolbarModel::NONE, in SetInstantSuggestion()
[all …]
Dlocation_bar_view.h112 ToolbarModel* model,
125 static SkColor GetColor(ToolbarModel::SecurityLevel security_level,
340 ToolbarModel* model_;
/external/chromium/chrome/browser/ui/cocoa/toolbar/
Dtoolbar_controller.h37 class ToolbarModel; variable
62 ToolbarModel* toolbarModel_; // weak, one per window
106 - (id)initWithModel:(ToolbarModel*)model
169 - (id)initWithModel:(ToolbarModel*)model
Dtoolbar_controller.mm161 - (id)initWithModel:(ToolbarModel*)model
189 - (id)initWithModel:(ToolbarModel*)model argument
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dlocation_bar_view_mac.h38 class ToolbarModel; variable
51 ToolbarModel* toolbar_model,
217 ToolbarModel* toolbar_model_; // Weak, owned by Browser.
Dlocation_bar_view_mac.mm72 ToolbarModel* toolbar_model,
619 } else if (toolbar_model_->GetSecurityLevel() == ToolbarModel::EV_SECURE) {
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_mac.h19 class ToolbarModel; variable
31 ToolbarModel* toolbar_model,
191 ToolbarModel* toolbar_model_;
Dautocomplete_edit_view_views.h45 ToolbarModel* toolbar_model,
166 ToolbarModel* toolbar_model_;
176 ToolbarModel::SecurityLevel security_level_;
Dautocomplete_edit_view_gtk.h72 ToolbarModel* toolbar_model,
157 ToolbarModel* toolbar_model,
407 ToolbarModel* toolbar_model_;
417 ToolbarModel::SecurityLevel security_level_;
Dautocomplete_edit_view_win.h67 ToolbarModel* toolbar_model,
434 ToolbarModel* toolbar_model_;
532 ToolbarModel::SecurityLevel security_level_;
Dautocomplete_edit_view_gtk.cc155 ToolbarModel* toolbar_model, in AutocompleteEditViewGtk()
179 security_level_(ToolbarModel::NONE), in AutocompleteEditViewGtk()
471 ToolbarModel::SecurityLevel security_level = in Update()
882 ToolbarModel* toolbar_model, in Create()
975 LocationBarView::GetColor(ToolbarModel::NONE, in SetBaseColor()
1042 LocationBarView::GetColor(ToolbarModel::NONE, in UpdateInstantViewColors()
1045 ToolbarModel::NONE, LocationBarView::SELECTED_TEXT); in UpdateInstantViewColors()
2048 (security_level_ != ToolbarModel::NONE)) { in EmphasizeURLComponents()
2053 if (security_level_ == ToolbarModel::SECURITY_ERROR) { in EmphasizeURLComponents()
2061 } else if (security_level_ == ToolbarModel::SECURITY_WARNING) { in EmphasizeURLComponents()
Dautocomplete_edit_view_views.cc113 ToolbarModel* toolbar_model, in AutocompleteEditViewViews()
124 security_level_(ToolbarModel::NONE), in AutocompleteEditViewViews()
300 ToolbarModel::SecurityLevel security_level = in Update()
Dautocomplete_edit_view_mac.mm147 // Values from |ToolbarModel::GetIcon()|.
171 ToolbarModel* toolbar_model,
570 const ToolbarModel::SecurityLevel security_level =
575 (security_level != ToolbarModel::NONE)) {
577 if (security_level == ToolbarModel::EV_SECURE ||
578 security_level == ToolbarModel::SECURE) {
580 } else if (security_level == ToolbarModel::SECURITY_ERROR) {
586 } else if (security_level == ToolbarModel::SECURITY_WARNING) {
Dautocomplete_edit_view_win.cc403 ToolbarModel* toolbar_model, in AutocompleteEditViewWin()
431 ToolbarModel::NONE, LocationBarView::BACKGROUND))), in AutocompleteEditViewWin()
432 security_level_(ToolbarModel::NONE), in AutocompleteEditViewWin()
544 const ToolbarModel::SecurityLevel security_level = in Update()
2223 (security_level_ != ToolbarModel::NONE)) { in EmphasizeURLComponents()
2224 if (security_level_ == ToolbarModel::SECURITY_ERROR) { in EmphasizeURLComponents()
/external/chromium/chrome/browser/ui/gtk/
Dbrowser_toolbar_gtk.h37 class ToolbarModel; variable
187 ToolbarModel* model_;
Dlocation_bar_view_gtk.h46 class ToolbarModel; variable
412 ToolbarModel* toolbar_model_;
Dlocation_bar_view_gtk.cc867 if (toolbar_model_->GetSecurityLevel() == ToolbarModel::EV_SECURE) { in UpdateSiteTypeArea()
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_strip_controller.h30 class ToolbarModel; variable
/external/chromium/chrome/browser/ui/views/
Dtoolbar_view.h187 ToolbarModel* model_;
/external/chromium/chrome/browser/ui/
Dbrowser.h202 ToolbarModel* toolbar_model() { return &toolbar_model_; } in toolbar_model()
1066 ToolbarModel toolbar_model_;