Searched refs:last_touch_exploration_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller.cc317 if (!last_touch_exploration_) {
334 } else if (type == ui::ET_TOUCH_RELEASED && !last_touch_exploration_) {
369 last_touch_exploration_->location(),
376 last_touch_exploration_->location(),
399 last_touch_exploration_->location(),
420 last_touch_exploration_->location(),
437 last_touch_exploration_.reset(new TouchEvent(event));
519 last_touch_exploration_->location(),
529 if (event.touch_id() == last_touch_exploration_->touch_id())
530 original_touch = last_touch_exploration_
[all...]
H A Dtouch_exploration_controller.h435 scoped_ptr<ui::TouchEvent> last_touch_exploration_; member in class:ui::TouchExplorationController

Completed in 118 milliseconds