HomeSort by relevance Sort by last modified time
    Searched full:animation_offset (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/ui/views/
dropdown_bar_view.h 35 int animation_offset() const { return animation_offset_; } function in class:DropdownBarView
dropdown_bar_host.cc 231 if (animation_offset() > 0) {
240 int y = animation_offset();
find_bar_host.cc 266 if (animation_offset() > 0)
267 new_pos.Offset(0, std::min(0, -animation_offset()));
dropdown_bar_host.h 121 int animation_offset() const { return animation_offset_; } function in class:DropdownBarHost
find_bar_view.cc 302 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 87 milliseconds