/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_org/chrome/browser/ui/views/tabs/ |
tab_strip.cc | 621 newtab_button_(NULL), 688 return newtab_button_->bounds(); 766 newtab_button_->SetVisible(false); 950 View::ConvertRectToTarget(this, newtab_button_, &rect_in_newtab_coords_f); 953 if (newtab_button_->GetLocalBounds().Intersects(rect_in_newtab_coords) && 954 !newtab_button_->HitTestRect(rect_in_newtab_coords)) 966 newtab_button_->set_background_offset(offset); 970 return newtab_button_; [all...] |
tab_strip.h | 565 NewTabButton* newtab_button_; member in class:TabStrip
|
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
tab_strip_gtk.cc | 786 newtab_button_.reset(MakeNewTabButton()); 787 newtab_surface_bounds_.SetRect(0, 0, newtab_button_->SurfaceWidth(), 788 newtab_button_->SurfaceHeight()); [all...] |
tab_strip_gtk.h | 473 scoped_ptr<CustomDrawButton> newtab_button_; member in class:TabStripGtk
|
/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...] |