Searched defs:GetX (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/test/mjsunit/compiler/
H A Dpic.js30 function GetX(o) { return o.x; } function
38 assertEquals(42, GetX(o));
40 assertEquals(87, GetX(o));
42 assertTrue(o === GetX(o), "o === GetX(o)");
44 assertEquals("hest", GetX(o));
46 assertTrue(Test === GetX(o), "Test === GetX(o)");
69 GetX(0);
/external/chromium_org/content/browser/renderer_host/input/
H A Dmotion_event_web.cc89 float MotionEventWeb::GetX(size_t pointer_index) const { function in class:content::MotionEventWeb
H A Dmotion_event_android.cc281 float MotionEventAndroid::GetX(size_t pointer_index) const { function in class:content::MotionEventAndroid
298 return GetX(pointer_index) + cached_raw_position_offset_.x();
/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event.h56 virtual float GetX(size_t pointer_index) const = 0;
82 float GetX() const { return GetX(0); } function in class:ui::MotionEvent
86 float GetRawOffsetX() const { return GetRawX() - GetX(); }
H A Dmotion_event_generic.cc91 float MotionEventGeneric::GetX(size_t pointer_index) const { function in class:ui::MotionEventGeneric
/external/chromium_org/ui/events/gestures/
H A Dmotion_event_aura.cc129 float MotionEventAura::GetX(size_t pointer_index) const { function in class:ui::MotionEventAura

Completed in 1522 milliseconds