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

  /external/chromium_org/ui/events/gesture_detection/
motion_event.cc 11 size_t MotionEvent::GetHistorySize() const {
54 lhs.GetHistorySize() != rhs.GetHistorySize())
72 for (size_t h = 0; h < lhs.GetHistorySize(); ++h) {
81 for (size_t h = 0; h < lhs.GetHistorySize(); ++h) {
  /external/chromium_org/content/browser/renderer_host/input/
motion_event_android.cc 339 size_t MotionEventAndroid::GetHistorySize() const {
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 135 int GetHistorySize() const {
145 const int hs = GetHistorySize();

Completed in 776 milliseconds