OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsTouchDevicePresent
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/ui/base/touch/
touch_device.cc
11
bool
IsTouchDevicePresent
() {
touch_device_ozone.cc
9
bool
IsTouchDevicePresent
() {
touch_device_aurax11.cc
10
bool
IsTouchDevicePresent
() {
11
return ui::TouchFactory::GetInstance()->
IsTouchDevicePresent
();
touch_device.h
18
UI_BASE_EXPORT bool
IsTouchDevicePresent
();
touch_device_win.cc
11
bool
IsTouchDevicePresent
() {
touch_device_android.cc
11
bool
IsTouchDevicePresent
() {
touch_enabled.cc
25
return
IsTouchDevicePresent
();
/external/chromium_org/ash/wm/
system_gesture_event_filter.cc
35
ui::TouchFactory::GetInstance()->
IsTouchDevicePresent
() &&
/external/chromium_org/ui/events/x/
touch_factory_x11.h
75
bool
IsTouchDevicePresent
();
touch_factory_x11.cc
257
bool TouchFactory::
IsTouchDevicePresent
() {
/external/chromium_org/chrome/browser/metrics/
chrome_browser_main_extra_parts_metrics.cc
185
state = ui::
IsTouchDevicePresent
() ?
/external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc
429
ui::
IsTouchDevicePresent
();
[
all
...]
Completed in 522 milliseconds