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

  /external/chromium/chrome/browser/ui/views/tabs/
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.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_);
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 596 newtab_button_(NULL),
663 return newtab_button_->bounds();
741 newtab_button_->SetVisible(false);
925 View::ConvertPointToTarget(this, newtab_button_, &point_in_newtab_coords);
926 if (newtab_button_->GetLocalBounds().Contains(point_in_newtab_coords) &&
927 !newtab_button_->HitTestPoint(point_in_newtab_coords)) {
940 newtab_button_->set_background_offset(offset);
944 return newtab_button_;
    [all...]
tab_strip.h 549 NewTabButton* newtab_button_; member in class:TabStrip
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 789 newtab_button_.reset(MakeNewTabButton());
790 newtab_surface_bounds_.SetRect(0, 0, newtab_button_->SurfaceWidth(),
791 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.cc 760 newtab_button_.reset(MakeNewTabButton());
    [all...]
tab_strip_gtk.h 447 scoped_ptr<CustomDrawButton> newtab_button_; member in class:TabStripGtk

Completed in 1858 milliseconds