PinchGestureUpdate  109 cc/input/input_handler.h   virtual void PinchGestureUpdate(float magnify_delta,
PinchGestureUpdate  128 cc/trees/layer_tree_host_impl.h   virtual void PinchGestureUpdate(float magnify_delta,
PinchGestureUpdate  893 cc/trees/layer_tree_host_impl_unittest.cc     host_impl_->PinchGestureUpdate(page_scale_delta, gfx::Point(50, 50));
PinchGestureUpdate  924 cc/trees/layer_tree_host_impl_unittest.cc     host_impl_->PinchGestureUpdate(page_scale_delta, gfx::Point());
PinchGestureUpdate  964 cc/trees/layer_tree_host_impl_unittest.cc     host_impl_->PinchGestureUpdate(page_scale_delta, gfx::Point(50, 50));
PinchGestureUpdate  985 cc/trees/layer_tree_host_impl_unittest.cc     host_impl_->PinchGestureUpdate(page_scale_delta, gfx::Point(50, 50));
PinchGestureUpdate 1005 cc/trees/layer_tree_host_impl_unittest.cc     host_impl_->PinchGestureUpdate(page_scale_delta, gfx::Point());
PinchGestureUpdate 1027 cc/trees/layer_tree_host_impl_unittest.cc     host_impl_->PinchGestureUpdate(page_scale_delta, gfx::Point(10, 10));
PinchGestureUpdate 1028 cc/trees/layer_tree_host_impl_unittest.cc     host_impl_->PinchGestureUpdate(page_scale_delta, gfx::Point(20, 20));
PinchGestureUpdate 1049 cc/trees/layer_tree_host_impl_unittest.cc     host_impl_->PinchGestureUpdate(page_scale_delta, gfx::Point(10, 10));
PinchGestureUpdate 1051 cc/trees/layer_tree_host_impl_unittest.cc     host_impl_->PinchGestureUpdate(page_scale_delta, gfx::Point(20, 20));
PinchGestureUpdate 1071 cc/trees/layer_tree_host_impl_unittest.cc     host_impl_->PinchGestureUpdate(2.f, gfx::Point(0, 0));
PinchGestureUpdate 1072 cc/trees/layer_tree_host_impl_unittest.cc     host_impl_->PinchGestureUpdate(1.f, gfx::Point(0, 0));
PinchGestureUpdate 1074 cc/trees/layer_tree_host_impl_unittest.cc     host_impl_->PinchGestureUpdate(1.f, gfx::Point(10, 10));
PinchGestureUpdate 1456 cc/trees/layer_tree_host_impl_unittest.cc   host_impl_->PinchGestureUpdate(2.f, gfx::Point());
PinchGestureUpdate 2332 cc/trees/layer_tree_host_impl_unittest.cc   host_impl_->PinchGestureUpdate(page_scale, gfx::Point());
PinchGestureUpdate 2374 cc/trees/layer_tree_host_impl_unittest.cc   host_impl_->PinchGestureUpdate(new_page_scale, gfx::Point());
PinchGestureUpdate  226 content/renderer/input/input_handler_proxy.cc     input_handler_->PinchGestureUpdate(
PinchGestureUpdate   41 content/renderer/input/input_handler_proxy_unittest.cc   MOCK_METHOD2(PinchGestureUpdate,
PinchGestureUpdate  308 content/renderer/input/input_handler_proxy_unittest.cc   EXPECT_CALL(mock_input_handler_, PinchGestureUpdate(1.5, gfx::Point(7, 13)));
PinchGestureUpdate  317 content/renderer/input/input_handler_proxy_unittest.cc   EXPECT_CALL(mock_input_handler_, PinchGestureUpdate(.5, gfx::Point(9, 6)));
PinchGestureUpdate  359 content/renderer/input/input_handler_proxy_unittest.cc   EXPECT_CALL(mock_input_handler_, PinchGestureUpdate(1.5, gfx::Point(7, 13)));
PinchGestureUpdate  379 content/renderer/input/input_handler_proxy_unittest.cc   EXPECT_CALL(mock_input_handler_, PinchGestureUpdate(.5, gfx::Point(9, 6)));