Searched refs:newtab_button_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
H A Dside_tab_strip.cc125 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_);
H A Dtab_strip.cc120 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_
[all...]
H A Dside_tab_strip.h77 views::View* newtab_button_; member in class:SideTabStrip
H A Dtab_strip.h233 views::ImageButton* newtab_button_; member in class:TabStrip
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.h447 scoped_ptr<CustomDrawButton> newtab_button_; member in class:TabStripGtk
H A Dtab_strip_gtk.cc760 newtab_button_.reset(MakeNewTabButton());
1359 newtab_button_->width(), newtab_button_->height());
1365 bounds.set_x(bounds_.width() - newtab_button_->width());
1371 gtk_fixed_move(GTK_FIXED(tabstrip_.get()), newtab_button_->widget(),
1398 (kNewTabButtonHOffset + newtab_button_->width());
1898 newtab_button_->widget(), event);

Completed in 57 milliseconds