Searched refs:animation_offset (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Ddropdown_bar_view.h35 int animation_offset() const { return animation_offset_; } function in class:DropdownBarView
H A Ddropdown_bar_host.h121 int animation_offset() const { return animation_offset_; } function in class:DropdownBarHost
H A Ddropdown_bar_host.cc231 if (animation_offset() > 0) {
240 int y = animation_offset();
H A Dfind_bar_host.cc266 if (animation_offset() > 0)
267 new_pos.Offset(0, std::min(0, -animation_offset()));
H A Dfind_bar_view.cc302 if (animation_offset() > 0) {
304 // controller told us the top of the window is: |animation_offset()|.
305 canvas->TileImageInt(*kDialog_left, bounds.x(), animation_offset(),
308 bounds.width() - kDialog_right->width(), animation_offset(),

Completed in 104 milliseconds