Home
last modified time | relevance | path

Searched refs:m_area (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformGestureEvent.h50 , m_area(area) in PlatformGestureEvent()
66 const IntSize& area() const { return m_area; } in area()
111 IntSize m_area; variable
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventConversion.cpp195 m_area = expandedIntSize(FloatSize(e.data.tap.width / scale, e.data.tap.height / scale)); in PlatformGestureEventBuilder()
200 m_area = expandedIntSize(FloatSize(e.data.tap.width / scale, e.data.tap.height / scale)); in PlatformGestureEventBuilder()
204m_area = expandedIntSize(FloatSize(e.data.tapDown.width / scale, e.data.tapDown.height / scale)); in PlatformGestureEventBuilder()
208m_area = expandedIntSize(FloatSize(e.data.showPress.width / scale, e.data.showPress.height / scale… in PlatformGestureEventBuilder()
222m_area = expandedIntSize(FloatSize(e.data.twoFingerTap.firstFingerWidth / scale, e.data.twoFingerT… in PlatformGestureEventBuilder()
226m_area = expandedIntSize(FloatSize(e.data.longPress.width / scale, e.data.longPress.height / scale… in PlatformGestureEventBuilder()
230m_area = expandedIntSize(FloatSize(e.data.longPress.width / scale, e.data.longPress.height / scale… in PlatformGestureEventBuilder()