Home
last modified time | relevance | path

Searched refs:PinchGestureBegin (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/cc/input/
Dinput_handler.h116 virtual void PinchGestureBegin() = 0;
/external/chromium_org/cc/layers/
Dpicture_layer_impl_unittest.cc712 host_impl_.PinchGestureBegin(); in TEST_F()
741 host_impl_.PinchGestureBegin(); in TEST_F()
1424 host_impl_.PinchGestureBegin(); in TEST_F()
1435 host_impl_.PinchGestureBegin(); in TEST_F()
1456 host_impl_.PinchGestureBegin(); in TEST_F()
/external/chromium_org/cc/trees/
Dlayer_tree_host_perftest.cc352 host_impl->PinchGestureBegin(); in AnimateLayers()
Dlayer_tree_host_impl_unittest.cc850 host_impl_->PinchGestureBegin(); in TEST_F()
890 host_impl_->PinchGestureBegin(); in TEST_F()
911 host_impl_->PinchGestureBegin(); in TEST_F()
931 host_impl_->PinchGestureBegin(); in TEST_F()
953 host_impl_->PinchGestureBegin(); in TEST_F()
975 host_impl_->PinchGestureBegin(); in TEST_F()
998 host_impl_->PinchGestureBegin(); in TEST_F()
1376 host_impl_->PinchGestureBegin(); in TEST_F()
1979 host_impl_->PinchGestureBegin(); in TEST_F()
2018 host_impl_->PinchGestureBegin(); in TEST_F()
Dlayer_tree_host_impl.h128 virtual void PinchGestureBegin() OVERRIDE;
Dlayer_tree_host_impl.cc2449 void LayerTreeHostImpl::PinchGestureBegin() { in PinchGestureBegin() function in cc::LayerTreeHostImpl
/external/chromium_org/content/renderer/input/
Dinput_handler_proxy_unittest.cc39 MOCK_METHOD0(PinchGestureBegin, void());
276 EXPECT_CALL(mock_input_handler_, PinchGestureBegin()); in TEST_F()
327 EXPECT_CALL(mock_input_handler_, PinchGestureBegin()); in TEST_F()
Dinput_handler_proxy.cc198 input_handler_->PinchGestureBegin(); in HandleInputEvent()