OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_num_pixels_covered
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/common/input/
synthetic_pinch_gesture_params.cc
13
total_num_pixels_covered
(100),
20
total_num_pixels_covered
(other.
total_num_pixels_covered
),
synthetic_pinch_gesture_params.h
25
int
total_num_pixels_covered
;
member in struct:content::SyntheticPinchGestureParams
input_param_traits_unittest.cc
53
EXPECT_EQ(a->
total_num_pixels_covered
, b->
total_num_pixels_covered
);
210
gesture_params->
total_num_pixels_covered
= 123;
/external/chromium_org/content/browser/renderer_host/input/
synthetic_pinch_gesture.cc
24
DCHECK_GE(params_.
total_num_pixels_covered
, 0);
57
if (params_.
total_num_pixels_covered
== 0) {
122
params_.
total_num_pixels_covered
/ 2.0f +
synthetic_gesture_controller_unittest.cc
248
float
total_num_pixels_covered
() const { return total_num_pixels_covered_; }
function in class:content::__anon7818::MockSyntheticPinchTouchTarget
707
params.
total_num_pixels_covered
= 345;
720
EXPECT_EQ(params.
total_num_pixels_covered
+ 2 * target_->GetTouchSlopInDips(),
721
pinch_target->
total_num_pixels_covered
());
730
params.
total_num_pixels_covered
= 456;
743
EXPECT_EQ(params.
total_num_pixels_covered
+ 2 * target_->GetTouchSlopInDips(),
744
pinch_target->
total_num_pixels_covered
());
753
params.
total_num_pixels_covered
= 0;
765
EXPECT_EQ(0, pinch_target->
total_num_pixels_covered
());
/external/chromium_org/content/common/
input_messages.h
75
IPC_STRUCT_TRAITS_MEMBER(
total_num_pixels_covered
)
/external/chromium_org/content/renderer/gpu/
gpu_benchmarking_extension.cc
621
gesture_params->
total_num_pixels_covered
=
Completed in 88 milliseconds