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

  /external/chromium_org/ui/aura/
env.h 65 bool is_touch_down() const { return is_touch_down_; }
66 void set_touch_down(bool value) { is_touch_down_ = value; }
107 bool is_touch_down_; member in class:aura::Env
env.cc 29 is_touch_down_(false),
  /external/chromium_org/ui/views/widget/
widget.cc 185 is_touch_down_(false),
929 is_touch_down_ = true;
    [all...]
widget.h 872 bool is_touch_down_; member in class:views::Widget
    [all...]

Completed in 325 milliseconds