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

  /external/chromium/chrome/browser/ui/views/tabs/
side_tab_strip.h 91 gfx::Rect separator_bounds_; member in class:SideTabStrip
side_tab_strip.cc 299 separator_bounds_.SetRect(0, -kSeparatorHeight, width(), kSeparatorHeight);
305 separator_bounds_.SetRect(0, y, width(), kSeparatorHeight);
324 separator_bounds_.SetRect(0, y, width(), kSeparatorHeight);
368 bounds_animator().AnimateViewTo(separator_, separator_bounds_);
374 separator_->SetBoundsRect(separator_bounds_);

Completed in 33 milliseconds