OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:touch_exploration_controller_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/
ash_touch_exploration_manager_chromeos.h
47
scoped_ptr<ui::TouchExplorationController>
touch_exploration_controller_
;
member in class:ash::AshTouchExplorationManager
/external/chromium_org/ui/chromeos/
touch_exploration_controller_unittest.cc
125
touch_exploration_controller_
.reset(touch_exploration_controller);
129
DCHECK(
touch_exploration_controller_
->tap_timer_.IsRunning());
130
touch_exploration_controller_
->tap_timer_.Stop();
131
touch_exploration_controller_
->OnTapTimerFired();
135
DCHECK(
touch_exploration_controller_
->passthrough_timer_.IsRunning());
136
touch_exploration_controller_
->passthrough_timer_.Stop();
137
touch_exploration_controller_
->OnPassthroughTimerFired();
141
if (
touch_exploration_controller_
->tap_timer_.IsRunning()) {
142
touch_exploration_controller_
->tap_timer_.Stop();
143
touch_exploration_controller_
->OnTapTimerFired()
194
scoped_ptr<TouchExplorationController>
touch_exploration_controller_
;
member in class:ui::TouchExplorationControllerTestApi
416
touch_exploration_controller_
;
member in class:ui::TouchExplorationTest
[
all
...]
Completed in 3502 milliseconds