HomeSort by relevance Sort by last modified time
    Searched refs:newtab_button_ (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/ui/views/tabs/
side_tab_strip.cc 125 newtab_button_(new SideTabNewTabButton(controller)),
133 AddChildView(newtab_button_);
206 newtab_button_->Paint(canvas);
310 newtab_button_->GetPreferredSize().height());
329 newtab_button_->GetPreferredSize().height());
330 y += newtab_button_->GetPreferredSize().height();
366 bounds_animator().AnimateViewTo(newtab_button_, newtab_button_bounds_);
373 newtab_button_->SetBoundsRect(newtab_button_bounds_);
tab_strip.cc 120 newtab_button_(NULL),
147 newtab_button_ = new NewTabButton(this);
149 newtab_button_->SetImageAlignment(views::ImageButton::ALIGN_LEFT,
153 newtab_button_->SetAccessibleName(
155 AddChildView(newtab_button_);
159 return newtab_button_->bounds();
181 View::ConvertPointToView(this, newtab_button_, &point_in_newtab_coords);
182 if (newtab_button_->bounds().Contains(point) &&
183 !newtab_button_->HitTest(point_in_newtab_coords)) {
325 newtab_button_->Paint(canvas)
    [all...]
side_tab_strip.h 77 views::View* newtab_button_; member in class:SideTabStrip
tab_strip.h 233 views::ImageButton* newtab_button_; member in class:TabStrip
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 447 scoped_ptr<CustomDrawButton> newtab_button_; member in class:TabStripGtk
tab_strip_gtk.cc 760 newtab_button_.reset(MakeNewTabButton());
    [all...]

Completed in 431 milliseconds