HomeSort by relevance Sort by last modified time
    Searched refs:is_touch_down_ (Results 1 - 2 of 2) 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),

Completed in 190 milliseconds