OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:touchPoints
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
PlatformTouchEvent.h
36
const Vector<PlatformTouchPoint>&
touchPoints
() const { return m_touchPoints; }
/external/chromium_org/third_party/WebKit/Source/web/
WebInputEvent.cpp
63
WebTouchPoint
touchPoints
[3 * WebTouchEvent::touchesLengthCap];
/external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.cpp
107
vector<WebTouchPoint>
touchPoints
;
359
touchPoints
.clear();
[
all
...]
Completed in 3138 milliseconds