HomeSort by relevance Sort by last modified time
    Searched defs:WillHandleTouchEvent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/renderer_host/input/
touch_handle.cc 117 bool TouchHandle::WillHandleTouchEvent(const ui::MotionEvent& event) {
touch_selection_controller.cc 113 bool TouchSelectionController::WillHandleTouchEvent(
117 return insertion_handle_->WillHandleTouchEvent(event);
124 return start_selection_handle_->WillHandleTouchEvent(event);
127 return end_selection_handle_->WillHandleTouchEvent(event);
132 return start_selection_handle_->WillHandleTouchEvent(event);
134 return end_selection_handle_->WillHandleTouchEvent(event);

Completed in 2743 milliseconds