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 61 bool is_touch_down() const { return is_touch_down_; }
62 void set_touch_down(bool value) { is_touch_down_ = value; }
100 bool is_touch_down_; member in class:aura::Env
env.cc 68 is_touch_down_(false),
  /external/chromium_org/ui/views/widget/
widget.cc 172 is_touch_down_(false),
944 is_touch_down_ = true;
    [all...]
widget.h 913 bool is_touch_down_; member in class:views::Widget
    [all...]

Completed in 691 milliseconds