Searched refs:tap_rect (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/content/renderer/ |
D | disambiguation_popup_helper_unittest.cc | 35 gfx::Rect tap_rect(1000, 1000, 10, 10); in TEST_F() local 41 tap_rect, target_rects, kScreenSize_, kVisibleContentSize_, kImplScale_, in TEST_F() 52 gfx::Rect tap_rect(-5, -5, 20, 20); in TEST_F() local 58 tap_rect, target_rects, kScreenSize_, kVisibleContentSize_, kImplScale_, in TEST_F() 70 gfx::Rect tap_rect(10, 10, 20, 20); in TEST_F() local 77 tap_rect, target_rects, kScreenSize_, kVisibleContentSize_, kImplScale_, in TEST_F() 82 EXPECT_TRUE(zoom_rect.Contains(tap_rect)); in TEST_F()
|
D | disambiguation_popup_helper.cc | 91 const gfx::Rect& tap_rect, in ComputeZoomAreaAndScaleFactor() argument 97 *zoom_rect = tap_rect; in ComputeZoomAreaAndScaleFactor() 107 *zoom_rect, screen_size, tap_rect.CenterPoint(), new_total_scale); in ComputeZoomAreaAndScaleFactor()
|
D | disambiguation_popup_helper.h | 26 const gfx::Rect& tap_rect,
|