Home
last modified time | relevance | path

Searched refs:is_touch_down_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/aura/
Denv.h61 bool is_touch_down() const { return is_touch_down_; } in is_touch_down()
62 void set_touch_down(bool value) { is_touch_down_ = value; } in set_touch_down()
100 bool is_touch_down_; variable
Denv.cc68 is_touch_down_(false), in Env()