HomeSort by relevance Sort by last modified time
    Searched refs:IsTouchEnabledDevice (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/win/
win_util.h 112 BASE_EXPORT bool IsTouchEnabledDevice();
win_util.cc 224 bool IsTouchEnabledDevice() {
  /external/chromium_org/chrome/browser/
process_singleton_win.cc 231 return base::win::IsTouchEnabledDevice();
  /external/chromium_org/chrome/browser/ui/webui/
set_as_default_browser_ui.cc 208 return (base::win::IsTouchEnabledDevice() &&
400 // same IsTouchEnabledDevice check, but will not store this as the user's

Completed in 689 milliseconds