OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PinchGestureUpdate
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/cc/input/
input_handler.h
117
virtual void
PinchGestureUpdate
(float magnify_delta, gfx::Point anchor) = 0;
/external/chromium_org/cc/trees/
layer_tree_host_perftest.cc
380
host_impl->
PinchGestureUpdate
(desired_delta, anchor);
layer_tree_host_impl.h
129
virtual void
PinchGestureUpdate
(float magnify_delta,
layer_tree_host_impl_unittest.cc
825
host_impl_->
PinchGestureUpdate
(page_scale_delta, gfx::Point(50, 50));
851
host_impl_->
PinchGestureUpdate
(page_scale_delta, gfx::Point())
[
all
...]
layer_tree_host_impl.cc
[
all
...]
/external/chromium_org/content/renderer/input/
input_handler_proxy_unittest.cc
40
MOCK_METHOD2(
PinchGestureUpdate
,
285
EXPECT_CALL(mock_input_handler_,
PinchGestureUpdate
(1.5, gfx::Point(7, 13)));
294
EXPECT_CALL(mock_input_handler_,
PinchGestureUpdate
(.5, gfx::Point(9, 6)));
336
EXPECT_CALL(mock_input_handler_,
PinchGestureUpdate
(1.5, gfx::Point(7, 13)));
356
EXPECT_CALL(mock_input_handler_,
PinchGestureUpdate
(.5, gfx::Point(9, 6)));
[
all
...]
input_handler_proxy.cc
215
input_handler_->
PinchGestureUpdate
(
Completed in 56 milliseconds