Home
last modified time | relevance | path

Searched refs:animation_end_bounds_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/tabs/
Ddragged_tab_gtk.cc132 animation_end_bounds_ = bounds; in AnimateToBounds()
146 int delta_x = (animation_end_bounds_.x() - animation_start_bounds_.x()); in AnimationProgressed()
149 int y = animation_end_bounds_.y(); in AnimationProgressed()
Ddragged_tab_gtk.h142 gfx::Rect animation_end_bounds_; variable