HomeSort by relevance Sort by last modified time
    Searched refs:scroll_state_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/renderer_host/
overscroll_controller.cc 28 scroll_state_(STATE_UNKNOWN),
38 if (scroll_state_ != STATE_UNKNOWN) {
42 scroll_state_ = STATE_UNKNOWN;
51 scroll_state_ = STATE_UNKNOWN;
59 scroll_state_ = STATE_UNKNOWN;
94 if (scroll_state_ == STATE_UNKNOWN &&
97 scroll_state_ = STATE_CONTENT_SCROLLING;
106 if (scroll_state_ != STATE_UNKNOWN &&
109 scroll_state_ = STATE_UNKNOWN;
116 scroll_state_ = STATE_UNKNOWN
    [all...]
overscroll_controller.h 115 ScrollState scroll_state_; member in class:content::OverscrollController
render_widget_host_view_aura_unittest.cc 545 return view_->overscroll_controller()->scroll_state_;
    [all...]

Completed in 206 milliseconds