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

  /external/chromium/chrome/browser/ui/views/tabs/
side_tab_strip.h 80 gfx::Rect newtab_button_bounds_; member in class:SideTabStrip
side_tab_strip.cc 308 newtab_button_bounds_.SetRect(
311 y = newtab_button_bounds_.bottom() + kVerticalTabSpacing;
327 newtab_button_bounds_ =
366 bounds_animator().AnimateViewTo(newtab_button_, newtab_button_bounds_);
373 newtab_button_->SetBoundsRect(newtab_button_bounds_);
tab_strip.cc 463 bounds_animator().AnimateViewTo(newtab_button_, newtab_button_bounds_);
473 newtab_button_->SetBoundsRect(newtab_button_bounds_);
552 newtab_button_bounds_.SetRect(0, 0, kNewTabButtonWidth, kNewTabButtonHeight);
554 newtab_button_bounds_.set_height(
626 available_width -= (kNewTabButtonHOffset + newtab_button_bounds_.width());
934 new_tab_x = width() - newtab_button_bounds_.width();
938 newtab_button_bounds_.set_origin(gfx::Point(new_tab_x, new_tab_y));
    [all...]
tab_strip.h 236 gfx::Rect newtab_button_bounds_; member in class:TabStrip

Completed in 21 milliseconds