Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/tabs/
Ddragged_tab_gtk.cc131 animation_start_bounds_ = gfx::Rect(x, y, width, height); in AnimateToBounds()
146 int delta_x = (animation_end_bounds_.x() - animation_start_bounds_.x()); in AnimationProgressed()
147 int x = animation_start_bounds_.x() + in AnimationProgressed()
Ddragged_tab_gtk.h141 gfx::Rect animation_start_bounds_; variable