Searched refs:PinchGestureBegin (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/cc/input/
H A Dinput_handler.h117 virtual void PinchGestureBegin() = 0;
/external/chromium_org/cc/layers/
H A Dpicture_layer_impl_unittest.cc858 host_impl_.PinchGestureBegin();
885 host_impl_.PinchGestureBegin();
937 host_impl_.PinchGestureBegin();
990 host_impl_.PinchGestureBegin();
1891 host_impl_.PinchGestureBegin();
1902 host_impl_.PinchGestureBegin();
1923 host_impl_.PinchGestureBegin();
2821 host_impl_.PinchGestureBegin();
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.h139 virtual void PinchGestureBegin() OVERRIDE;
H A Dlayer_tree_host_impl_unittest.cc923 host_impl_->PinchGestureBegin();
955 host_impl_->PinchGestureBegin();
1050 host_impl_->PinchGestureBegin();
1072 host_impl_->PinchGestureBegin();
1092 host_impl_->PinchGestureBegin();
1114 host_impl_->PinchGestureBegin();
1136 host_impl_->PinchGestureBegin();
1158 host_impl_->PinchGestureBegin();
1612 host_impl_->PinchGestureBegin();
2494 host_impl_->PinchGestureBegin();
[all...]
H A Dlayer_tree_host_impl.cc2697 void LayerTreeHostImpl::PinchGestureBegin() { function in class:cc::LayerTreeHostImpl
/external/chromium_org/content/renderer/input/
H A Dinput_handler_proxy.cc300 input_handler_->PinchGestureBegin();
H A Dinput_handler_proxy_unittest.cc79 MOCK_METHOD0(PinchGestureBegin, void());
377 EXPECT_CALL(mock_input_handler_, PinchGestureBegin());
428 EXPECT_CALL(mock_input_handler_, PinchGestureBegin());

Completed in 171 milliseconds