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
118
virtual void
PinchGestureEnd
() = 0;
/external/chromium_org/cc/trees/
layer_tree_host_impl.h
131
virtual void
PinchGestureEnd
() OVERRIDE;
layer_tree_host_impl_unittest.cc
826
host_impl_->
PinchGestureEnd
();
[
all
...]
layer_tree_host_impl.cc
[
all
...]
/external/chromium_org/content/renderer/input/
input_handler_proxy.cc
207
input_handler_->
PinchGestureEnd
();
input_handler_proxy_unittest.cc
42
MOCK_METHOD0(
PinchGestureEnd
, void());
300
EXPECT_CALL(mock_input_handler_,
PinchGestureEnd
());
362
EXPECT_CALL(mock_input_handler_,
PinchGestureEnd
());
[
all
...]
Completed in 33 milliseconds