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

  /external/chromium_org/ui/base/touch/
touch_enabled.cc 16 const std::string touch_enabled_switch = local
21 if (touch_enabled_switch.empty() ||
22 touch_enabled_switch == switches::kTouchEventsEnabled)
24 if (touch_enabled_switch == switches::kTouchEventsAuto)
26 if (touch_enabled_switch != switches::kTouchEventsDisabled)
27 LOG(ERROR) << "Invalid --touch-events option: " << touch_enabled_switch;
  /external/chromium_org/chrome/browser/metrics/
chrome_browser_main_extra_parts_metrics.cc 175 const std::string touch_enabled_switch = local
181 if (touch_enabled_switch.empty() ||
182 touch_enabled_switch == switches::kTouchEventsEnabled) {
184 } else if (touch_enabled_switch == switches::kTouchEventsAuto) {
187 } else if (touch_enabled_switch == switches::kTouchEventsDisabled) {

Completed in 50 milliseconds