OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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"
256
return GetInternalRootController()->
touch_hud_debug
();
260
return GetExternalRootController()->
touch_hud_debug
();
264
return GetPrimaryRootController()->
touch_hud_debug
();
268
return GetSecondaryRootController()->
touch_hud_debug
();
touch_hud_debug.cc
5
#include "ash/touch/
touch_hud_debug
.h"
378
internal::TouchHudDebug* hud = controller->
touch_hud_debug
();
/external/chromium_org/ash/
root_window_controller.h
130
TouchHudDebug*
touch_hud_debug
() const {
function in class:ash::internal::RootWindowController
/external/chromium_org/ash/accelerators/
accelerator_controller.cc
45
#include "ash/touch/
touch_hud_debug
.h"
671
if (controller->
touch_hud_debug
()) {
672
controller->
touch_hud_debug
()->Clear();
681
if (controller->
touch_hud_debug
()) {
682
controller->
touch_hud_debug
()->ChangeToNextMode();
[
all
...]
Completed in 48 milliseconds