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

  /external/chromium_org/ui/events/gestures/
motion_event_aura.cc 13 : pointer_count_(0), cached_action_index_(-1) {
25 cached_action_index_(cached_action_index) {
87 DCHECK_GE(cached_action_index_, 0);
88 DCHECK_LE(cached_action_index_, static_cast<int>(pointer_count_));
89 return cached_action_index_;
173 cached_action_index_,
230 cached_action_index_ =
239 cached_action_index_ =
241 DCHECK_LE(cached_action_index_, static_cast<int>(pointer_count_));
motion_event_aura.h 97 int cached_action_index_; member in class:ui::MotionEventAura
  /external/chromium_org/content/browser/renderer_host/input/
motion_event_web.h 52 int cached_action_index_; member in class:content::MotionEventWeb
motion_event_web.cc 60 cached_action_index_(GetActionIndexFrom(event)) {
74 int MotionEventWeb::GetActionIndex() const { return cached_action_index_; }
motion_event_android.cc 124 cached_action_index_(action_index),
155 cached_action_index_(Java_MotionEvent_getActionIndex(env, event)),
192 cached_action_index_(other.cached_action_index_),
220 return cached_action_index_;
motion_event_android.h 113 int cached_action_index_; member in class:content::MotionEventAndroid

Completed in 398 milliseconds