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

  /external/chromium_org/ash/display/
display_info.h 92 touch_support_ = support;
94 gfx::Display::TouchSupport touch_support() const { return touch_support_; }
165 gfx::Display::TouchSupport touch_support_; member in class:ash::internal::DisplayInfo
  /external/chromium_org/ui/gfx/
display.h 77 TouchSupport touch_support() const { return touch_support_; }
78 void set_touch_support(TouchSupport support) { touch_support_ = support; }
126 TouchSupport touch_support_; member in class:gfx::Display

Completed in 32 milliseconds