GetTouchSlopInDips 522 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc const int kTouchSlop = target->GetTouchSlopInDips(); GetTouchSlopInDips 594 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc EXPECT_LE(scroll_distance, target_distance + target->GetTouchSlopInDips()); GetTouchSlopInDips 597 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc EXPECT_GE(scroll_distance, target_distance - target->GetTouchSlopInDips()); GetTouchSlopInDips 818 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc EXPECT_GE(scroll_distance, target_distance - target->GetTouchSlopInDips()); GetTouchSlopInDips 819 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc EXPECT_LE(scroll_distance, target_distance + target->GetTouchSlopInDips()); GetTouchSlopInDips 821 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc EXPECT_LE(scroll_distance, target_distance + target->GetTouchSlopInDips()); GetTouchSlopInDips 822 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc EXPECT_GE(scroll_distance, target_distance - target->GetTouchSlopInDips()); GetTouchSlopInDips 879 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc target_->GetTouchSlopInDips(), GetTouchSlopInDips 905 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc EXPECT_EQ(params.total_num_pixels_covered + 2 * target_->GetTouchSlopInDips(), GetTouchSlopInDips 928 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc EXPECT_EQ(params.total_num_pixels_covered + 2 * target_->GetTouchSlopInDips(), GetTouchSlopInDips 49 content/browser/renderer_host/input/synthetic_gesture_target.h virtual int GetTouchSlopInDips() const = 0; GetTouchSlopInDips 36 content/browser/renderer_host/input/synthetic_gesture_target_android.h virtual int GetTouchSlopInDips() const OVERRIDE; GetTouchSlopInDips 46 content/browser/renderer_host/input/synthetic_gesture_target_aura.h virtual int GetTouchSlopInDips() const OVERRIDE; GetTouchSlopInDips 56 content/browser/renderer_host/input/synthetic_gesture_target_base.h virtual int GetTouchSlopInDips() const OVERRIDE; GetTouchSlopInDips 118 content/browser/renderer_host/input/synthetic_pinch_gesture.cc const int kTouchSlopInDips = target->GetTouchSlopInDips(); GetTouchSlopInDips 232 content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc target->GetTouchSlopInDips(), first_scroll_distance));