Searched refs:current_overscroll_gesture_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc741 current_overscroll_gesture_(OVERSCROLL_NONE),
818 base::AutoReset<OverscrollMode> reset_state(&current_overscroll_gesture_,
819 current_overscroll_gesture_);
825 current_overscroll_gesture_);
838 current_overscroll_gesture_)) {
896 if (current_overscroll_gesture_ == OVERSCROLL_NONE)
900 current_overscroll_gesture_, OVERSCROLL_COUNT);
922 if (current_overscroll_gesture_ == OVERSCROLL_NONE)
926 current_overscroll_gesture_) ?
932 if (current_overscroll_gesture_
[all...]
H A Dweb_contents_view_aura.h221 OverscrollMode current_overscroll_gesture_; member in class:content::WebContentsViewAura

Completed in 649 milliseconds