OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PinchGestureEnd
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/cc/input/
input_handler.h
115
virtual void
PinchGestureEnd
() = 0;
/external/chromium_org/content/renderer/gpu/
input_handler_proxy_unittest.cc
39
MOCK_METHOD0(
PinchGestureEnd
, void());
296
EXPECT_CALL(mock_input_handler_,
PinchGestureEnd
());
358
EXPECT_CALL(mock_input_handler_,
PinchGestureEnd
());
[
all
...]
input_handler_proxy.cc
197
input_handler_->
PinchGestureEnd
();
/external/chromium_org/cc/trees/
layer_tree_host_impl.h
122
virtual void
PinchGestureEnd
() OVERRIDE;
layer_tree_host_impl_unittest.cc
782
host_impl_->
PinchGestureEnd
();
808
host_impl_->
PinchGestureEnd
();
848
host_impl_->
PinchGestureEnd
();
[
all
...]
layer_tree_host_impl.cc
[
all
...]
Completed in 155 milliseconds