Home
last modified time | relevance | path

Searched refs:toolbar_model_ (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/chrome/browser/ui/android/tab_model/
Dtab_model.cc22 toolbar_model_(new ToolbarModelImpl(this)) { in TabModel()
84 return toolbar_model_.get(); in GetToolbarModel()
88 return toolbar_model_->GetText(); in GetSearchTermsForCurrentTab()
99 return toolbar_model_->GetCorpusNameForMobile(); in GetCorpusNameForCurrentTab()
Dtab_model.h97 scoped_ptr<ToolbarModel> toolbar_model_; variable
/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_edit_unittest.cc107 toolbar_model_(toolbar_model) { in TestingOmniboxEditController()
116 virtual ToolbarModel* GetToolbarModel() OVERRIDE { return toolbar_model_; } in GetToolbarModel()
118 return toolbar_model_; in GetToolbarModel()
122 ToolbarModel* toolbar_model_; member in __anone7d1fd010111::TestingOmniboxEditController
131 TestToolbarModel* toolbar_model() { return &toolbar_model_; } in toolbar_model()
134 TestToolbarModel toolbar_model_; member in AutocompleteEditTest
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
Domnibox_view_mac_unittest.mm84 toolbar_model_(toolbar_model) {
94 virtual ToolbarModel* GetToolbarModel() OVERRIDE { return toolbar_model_; }
96 return toolbar_model_;
100 ToolbarModel* toolbar_model_;
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dlocation_bar_view_mac.mm92 toolbar_model_(toolbar_model), function
267 toolbar_model_->set_input_in_progress(in_progress);
361 GURL(WideToUTF8(toolbar_model_->GetText())));
510 const bool input_in_progress = toolbar_model_->input_in_progress();
564 GURL url = GURL(WideToUTF8(toolbar_model_->GetText()));
567 toolbar_model_->input_in_progress() ? NULL : contents, url);
619 } else if (toolbar_model_->GetSecurityLevel() == ToolbarModel::EV_SECURE) {
624 std::wstring label(toolbar_model_->GetEVCertName());
645 !toolbar_model_->input_in_progress() &&
Dlocation_bar_view_mac.h217 ToolbarModel* toolbar_model_; // Weak, owned by Browser. variable
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_views.cc121 toolbar_model_(toolbar_model), in AutocompleteEditViewViews()
298 model_->UpdatePermanentText(WideToUTF16Hack(toolbar_model_->GetText())); in Update()
301 toolbar_model_->GetSecurityLevel(); in Update()
351 toolbar_model_->GetIcon(); in GetIcon()
Dautocomplete_edit_view_mac.h191 ToolbarModel* toolbar_model_; variable
Dautocomplete_edit_view_views.h166 ToolbarModel* toolbar_model_; variable
Dautocomplete_edit_view_gtk.h407 ToolbarModel* toolbar_model_; variable
Dautocomplete_edit_view_mac.mm179 toolbar_model_(toolbar_model), function
250 model_->UpdatePermanentText(WideToUTF16Hack(toolbar_model_->GetText()));
285 // code compares the toolbar_model_ security level with the local
320 toolbar_model_->GetIcon();
571 toolbar_model_->GetSecurityLevel();
Dautocomplete_edit_view_win.h434 ToolbarModel* toolbar_model_; variable
Dautocomplete_edit_view_win.cc415 toolbar_model_(toolbar_model), in AutocompleteEditViewWin()
542 model_->UpdatePermanentText(toolbar_model_->GetText()); in Update()
545 toolbar_model_->GetSecurityLevel(); in Update()
640 toolbar_model_->GetIcon(); in GetIcon()
Dautocomplete_edit_view_gtk.cc176 toolbar_model_(toolbar_model), in AutocompleteEditViewGtk()
469 model_->UpdatePermanentText(WideToUTF16Hack(toolbar_model_->GetText())); in Update()
472 toolbar_model_->GetSecurityLevel(); in Update()
538 toolbar_model_->GetIcon(); in GetIcon()
/external/chromium_org/chrome/browser/chromeos/login/
Dsimple_web_view_dialog.cc159 toolbar_model_.reset(new ToolbarModelImpl(this)); in Init()
278 return toolbar_model_.get(); in GetToolbarModel()
282 return toolbar_model_.get(); in GetToolbarModel()
Dsimple_web_view_dialog.h105 scoped_ptr<ToolbarModel> toolbar_model_; variable
/external/chromium/chrome/browser/ui/gtk/
Dlocation_bar_view_gtk.cc161 toolbar_model_(browser->toolbar_model()), in LocationBarViewGtk()
196 toolbar_model_, in Init()
537 DCHECK(toolbar_model_->input_in_progress() != in_progress); in OnInputInProgress()
539 toolbar_model_->set_input_in_progress(in_progress); in OnInputInProgress()
623 toolbar_model_->input_in_progress() ? NULL : tab_contents); in UpdateContentSettingsIcons()
666 GURL url = GURL(WideToUTF8(toolbar_model_->GetText())); in UpdatePageActions()
670 toolbar_model_->input_in_progress() ? NULL : contents, url); in UpdatePageActions()
867 if (toolbar_model_->GetSecurityLevel() == ToolbarModel::EV_SECURE) { in UpdateSiteTypeArea()
883 std::wstring info_text = toolbar_model_->GetEVCertName(); in UpdateSiteTypeArea()
1142 bool star_enabled = !toolbar_model_->input_in_progress() && in UpdateStarIcon()
Dlocation_bar_view_gtk.h412 ToolbarModel* toolbar_model_; variable
/external/chromium_org/chrome/browser/ui/
Dbrowser.h240 ToolbarModel* toolbar_model() { return toolbar_model_.get(); } in toolbar_model()
241 const ToolbarModel* toolbar_model() const { return toolbar_model_.get(); } in toolbar_model()
244 toolbar_model->swap(toolbar_model_); in swap_toolbar_models()
832 scoped_ptr<ToolbarModel> toolbar_model_; variable
Dbrowser.cc371 toolbar_model_.reset(new ToolbarModelImpl(toolbar_model_delegate_.get())); in Browser()
/external/chromium/chrome/browser/extensions/
Dextension_service.h400 ExtensionToolbarModel* toolbar_model() { return &toolbar_model_; } in toolbar_model()
584 ExtensionToolbarModel toolbar_model_;
Dextension_service.cc425 ALLOW_THIS_IN_INITIALIZER_LIST(toolbar_model_(this)), in ExtensionService()
1203 toolbar_model_.DestroyingProfile(); in DestroyingProfile()
/external/chromium/chrome/browser/ui/
Dbrowser.h202 ToolbarModel* toolbar_model() { return &toolbar_model_; } in toolbar_model()
1066 ToolbarModel toolbar_model_; variable
Dbrowser.cc210 toolbar_model_(this), in Browser()