Home
last modified time | relevance | path

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

/external/chromium_org/ash/
Dshell.h560 return is_touch_hud_projection_enabled_; in is_touch_hud_projection_enabled()
758 bool is_touch_hud_projection_enabled_; variable
Dshell.cc606 if (is_touch_hud_projection_enabled_ == enabled) in SetTouchHudProjectionEnabled()
609 is_touch_hud_projection_enabled_ = enabled; in SetTouchHudProjectionEnabled()
648 is_touch_hud_projection_enabled_(false) { in Shell()