HomeSort by relevance Sort by last modified time
    Searched full:home_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_view.cc 128 home_(NULL),
207 home_ = new HomeButton(this, browser_);
208 home_->set_triggerable_event_flags(
210 home_->set_tag(IDC_HOME);
211 home_->SetTooltipText(l10n_util::GetStringUTF16(IDS_TOOLTIP_HOME));
212 home_->SetAccessibleName(l10n_util::GetStringUTF16(IDS_ACCNAME_HOME));
213 home_->set_id(VIEW_ID_HOME_BUTTON);
214 home_->Init();
231 AddChildView(home_);
451 button = home_;
    [all...]
toolbar_view.h 107 HomeButton* home_button() const { return home_; }
230 HomeButton* home_; member in class:ToolbarView

Completed in 342 milliseconds