OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PinchGestureBegin
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/cc/input/
input_handler.h
116
virtual void
PinchGestureBegin
() = 0;
/external/chromium_org/cc/trees/
layer_tree_host_perftest.cc
352
host_impl->
PinchGestureBegin
();
layer_tree_host_impl.h
128
virtual void
PinchGestureBegin
() OVERRIDE;
layer_tree_host_impl_unittest.cc
850
host_impl_->
PinchGestureBegin
();
[
all
...]
layer_tree_host_impl.cc
[
all
...]
/external/chromium_org/cc/layers/
picture_layer_impl_unittest.cc
712
host_impl_.
PinchGestureBegin
();
741
host_impl_.
PinchGestureBegin
();
[
all
...]
/external/chromium_org/content/renderer/input/
input_handler_proxy.cc
198
input_handler_->
PinchGestureBegin
();
input_handler_proxy_unittest.cc
39
MOCK_METHOD0(
PinchGestureBegin
, void());
276
EXPECT_CALL(mock_input_handler_,
PinchGestureBegin
());
327
EXPECT_CALL(mock_input_handler_,
PinchGestureBegin
());
[
all
...]
Completed in 186 milliseconds