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()
67 const IntSize& area() const { return m_area; } in area()
149 IntSize m_area; variable
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventConversion.cpp214 m_area = expandedIntSize(FloatSize(e.data.tap.width / scale, e.data.tap.height / scale)); in PlatformGestureEventBuilder()
219 m_area = expandedIntSize(FloatSize(e.data.tap.width / scale, e.data.tap.height / scale)); in PlatformGestureEventBuilder()
223m_area = expandedIntSize(FloatSize(e.data.tapDown.width / scale, e.data.tapDown.height / scale)); in PlatformGestureEventBuilder()
227m_area = expandedIntSize(FloatSize(e.data.showPress.width / scale, e.data.showPress.height / scale… in PlatformGestureEventBuilder()
241m_area = expandedIntSize(FloatSize(e.data.twoFingerTap.firstFingerWidth / scale, e.data.twoFingerT… in PlatformGestureEventBuilder()
245m_area = expandedIntSize(FloatSize(e.data.longPress.width / scale, e.data.longPress.height / scale… in PlatformGestureEventBuilder()
249m_area = expandedIntSize(FloatSize(e.data.longPress.width / scale, e.data.longPress.height / scale… in PlatformGestureEventBuilder()