/external/chromium_org/ui/events/gestures/ |
motion_event_aura.cc | 18 : pointer_count_(0), cached_action_index_(-1) { 31 cached_action_index_(cached_action_index), 117 DCHECK_GE(cached_action_index_, 0); 118 DCHECK_LT(cached_action_index_, static_cast<int>(pointer_count_)); 119 return cached_action_index_; 192 cached_action_index_, 252 cached_action_index_ = 261 cached_action_index_ = 263 DCHECK_LT(cached_action_index_, static_cast<int>(pointer_count_));
|
motion_event_aura.h | 91 int cached_action_index_; member in class:ui::MotionEventAura
|
/external/chromium_org/content/browser/renderer_host/input/ |
motion_event_web.h | 43 int cached_action_index_; member in class:content::MotionEventWeb
|
motion_event_web.cc | 66 cached_action_index_(GetActionIndexFrom(event)) { 80 int MotionEventWeb::GetActionIndex() const { return cached_action_index_; }
|
motion_event_android.cc | 154 cached_action_index_(action_index), 190 cached_action_index_(Java_MotionEvent_getActionIndex(env, event)), 235 cached_action_index_(other.cached_action_index_), 266 return cached_action_index_;
|
motion_event_android.h | 119 int cached_action_index_; member in class:content::MotionEventAndroid
|