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

  /external/chromium_org/content/browser/renderer_host/input/
touch_handle.h 53 virtual float GetTapSlop() const = 0;
touch_selection_controller.h 97 virtual float GetTapSlop() const OVERRIDE;
touch_handle.cc 146 const float tap_slop = client_->GetTapSlop();
touch_selection_controller.cc 259 float TouchSelectionController::GetTapSlop() const {
touch_handle_unittest.cc 104 virtual float GetTapSlop() const OVERRIDE { return kDefaultTapSlop; }

Completed in 1725 milliseconds