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

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DPlatformGestureEvent.h58 , m_area(area)
67 const IntSize& area() const { return m_area; }
75 IntSize m_area; member in class:WebCore::PlatformGestureEvent
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputEventConversion.cpp175 m_area = expandedIntSize(FloatSize(e.data.tap.width / scale, e.data.tap.height / scale));
181 m_area = expandedIntSize(FloatSize(e.data.tap.width / scale, e.data.tap.height / scale));
185 m_area = expandedIntSize(FloatSize(e.data.tapDown.width / scale, e.data.tapDown.height / scale));
199 m_area = expandedIntSize(FloatSize(e.data.twoFingerTap.firstFingerWidth / scale, e.data.twoFingerTap.firstFingerHeight / scale));
203 m_area = expandedIntSize(FloatSize(e.data.longPress.width / scale, e.data.longPress.height / scale));
207 m_area = expandedIntSize(FloatSize(e.data.longPress.width / scale, e.data.longPress.height / scale));

Completed in 162 milliseconds