Searched refs:home_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dtoolbar_view.cc133 home_(NULL),
219 home_ = new HomeButton(this, browser_);
220 home_->set_triggerable_event_flags(
222 home_->set_tag(IDC_HOME);
223 home_->SetTooltipText(l10n_util::GetStringUTF16(IDS_TOOLTIP_HOME));
224 home_->SetAccessibleName(l10n_util::GetStringUTF16(IDS_ACCNAME_HOME));
225 home_->set_id(VIEW_ID_HOME_BUTTON);
226 home_->Init();
241 AddChildView(home_);
464 button = home_;
[all...]
H A Dtoolbar_view.h106 HomeButton* home_button() const { return home_; }
234 HomeButton* home_; member in class:ToolbarView

Completed in 80 milliseconds