Home
last modified time | relevance | path

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

/external/chromium_org/ui/base/touch/
Dtouch_device.cc15 int MaxTouchPoints() { in MaxTouchPoints() function
Dtouch_device_ozone.cc14 int MaxTouchPoints() { in MaxTouchPoints() function
Dtouch_device_aurax11.cc14 int MaxTouchPoints() { in MaxTouchPoints() function
Dtouch_device.h27 UI_BASE_EXPORT int MaxTouchPoints();
Dtouch_device_win.cc17 int MaxTouchPoints() { in MaxTouchPoints() function
Dtouch_device_android.cc15 int MaxTouchPoints() { in MaxTouchPoints() function
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_impl.cc426 prefs.pointer_events_max_touch_points = ui::MaxTouchPoints(); in ComputeWebkitPrefs()