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

  /external/chromium_org/content/browser/renderer_host/input/
timeout_monitor.cc 13 : timeout_handler_(timeout_handler) {
14 DCHECK(!timeout_handler_.is_null());
70 timeout_handler_.Run();
timeout_monitor.h 36 TimeoutHandler timeout_handler_; member in class:content::TimeoutMonitor
touch_event_queue.cc 138 // Only reset the |timeout_handler_| if the timer is running and has not
386 timeout_handler_.reset(
437 if (timeout_handler_ && timeout_handler_->ConfirmTouchEvent(ack_result))
542 if (dispatching_touch_ && timeout_handler_)
543 timeout_handler_->StartIfNecessary(touch);
642 if (timeout_handler_)
643 timeout_handler_->SetEnabled(enabled);
647 return timeout_handler_ && timeout_handler_->enabled()
    [all...]
touch_event_queue.h 223 scoped_ptr<TouchTimeoutHandler> timeout_handler_; member in class:content::TouchEventQueue
  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.cc 168 : timeout_handler_(new TimeoutGestureHandler(config, this)),
286 bool had_tap_message = timeout_handler_->HasTimeout(TAP);
288 timeout_handler_->StopTimeout(TAP);
301 timeout_handler_->StartTimeout(TAP);
318 timeout_handler_->StartTimeout(SHOW_PRESS);
320 timeout_handler_->StartTimeout(LONG_PRESS);
342 timeout_handler_->Stop();
415 timeout_handler_->StopTimeout(SHOW_PRESS);
416 timeout_handler_->StopTimeout(LONG_PRESS);
437 if (timeout_handler_->HasTimeout(TAP))
    [all...]
gesture_detector.h 167 scoped_ptr<TimeoutGestureHandler> timeout_handler_; member in class:ui::GestureDetector

Completed in 121 milliseconds