Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventConversion.cpp391 inline PlatformTouchPoint::State toPlatformTouchPointState(const WebTouchPoint::State state) in toPlatformTouchPointState() function
429 m_state = toPlatformTouchPointState(point.state); in PlatformTouchPointBuilder()