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

  /external/chromium_org/ash/touch/
touch_observer_hud_unittest.cc 14 #include "ash/touch/touch_hud_debug.h"
254 return GetInternalRootController()->touch_hud_debug();
258 return GetExternalRootController()->touch_hud_debug();
262 return GetPrimaryRootController()->touch_hud_debug();
266 return GetSecondaryRootController()->touch_hud_debug();
touch_hud_debug.cc 5 #include "ash/touch/touch_hud_debug.h"
376 TouchHudDebug* hud = controller->touch_hud_debug();
  /external/chromium_org/ash/
root_window_controller.h 135 TouchHudDebug* touch_hud_debug() const { function in class:ash::RootWindowController
  /external/chromium_org/ash/accelerators/
accelerator_controller.cc 45 #include "ash/touch/touch_hud_debug.h"
611 if (controller->touch_hud_debug()) {
612 controller->touch_hud_debug()->Clear();
621 if (controller->touch_hud_debug()) {
622 controller->touch_hud_debug()->ChangeToNextMode();
    [all...]

Completed in 77 milliseconds