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

  /external/chromium/chrome/browser/chromeos/panels/
panel_scroller.cc 26 scroll_pos_(0),
123 if (cur_content_pos < scroll_pos_ + top_header_pixel_count) {
130 } else if (cur_content_pos > height() + scroll_pos_ -
141 gfx::Rect(0, cur_content_pos - scroll_pos_, width(),
151 gfx::Rect(0, cur_content_pos - scroll_pos_,
203 if (scroll_pos_ <= top_stuck_headers_scroll_pos &&
205 bottom_stuck_header_pixel_size <= scroll_pos_ + height())
215 } else if (space_above > scroll_pos_) {
228 animated_scroll_begin_ = scroll_pos_;
238 scroll_pos_ = static_cast<int>
    [all...]
panel_scroller.h 56 int scroll_pos_; member in class:PanelScroller
61 // scroll. The scroll_pos_ always indicates the current one.

Completed in 36 milliseconds