Searched defs:TouchHudDebug (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/touch/
H A Dtouch_hud_debug.h27 class ASH_EXPORT TouchHudDebug : public TouchObserverHUD { class in namespace:ash
35 explicit TouchHudDebug(aura::Window* initial_root);
55 virtual ~TouchHudDebug();
80 DISALLOW_COPY_AND_ASSIGN(TouchHudDebug);
H A Dtouch_hud_debug.cc331 TouchHudDebug::TouchHudDebug(aura::Window* initial_root) function in class:ash::TouchHudDebug
366 TouchHudDebug::~TouchHudDebug() {
370 scoped_ptr<base::DictionaryValue> TouchHudDebug::GetAllAsDictionary() {
376 TouchHudDebug* hud = controller->touch_hud_debug();
386 void TouchHudDebug::ChangeToNextMode() {
400 scoped_ptr<base::ListValue> TouchHudDebug::GetLogAsList() const {
404 void TouchHudDebug::Clear() {
413 void TouchHudDebug
[all...]

Completed in 122 milliseconds