Searched refs:touch_rect (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/ui/views/ |
D | view_unittest.cc | 602 gfx::Rect touch_rect(105, 105, 30, 45); in TEST_F() local 603 View* result_view = root_view->GetEventHandlerForRect(touch_rect); in TEST_F() 608 touch_rect.SetRect(15, 15, 100, 100); in TEST_F() 609 result_view = root_view->GetEventHandlerForRect(touch_rect); in TEST_F() 615 touch_rect.SetRect(50, 50, 5, 10); in TEST_F() 616 result_view = root_view->GetEventHandlerForRect(touch_rect); in TEST_F() 622 touch_rect.SetRect(95, 96, 21, 22); in TEST_F() 623 result_view = root_view->GetEventHandlerForRect(touch_rect); in TEST_F() 628 touch_rect.SetRect(95, 10, 300, 120); in TEST_F() 629 result_view = root_view->GetEventHandlerForRect(touch_rect); in TEST_F() [all …]
|
/external/chromium_org/content/browser/renderer_host/input/ |
D | touch_handle.cc | 131 const gfx::RectF touch_rect(event.GetX() - touch_size * .5f, in WillHandleTouchEvent() local 135 if (!drawable_->IntersectsWith(touch_rect)) in WillHandleTouchEvent()
|
/external/chromium_org/cc/debug/ |
D | debug_rect_history.cc | 198 gfx::Rect touch_rect = gfx::ScaleToEnclosingRect( in SaveTouchEventHandlerRectsCallback() local 203 layer->screen_space_transform(), touch_rect))); in SaveTouchEventHandlerRectsCallback()
|
/external/chromium_org/content/renderer/ |
D | render_view_impl.h | 417 const blink::WebRect& touch_rect,
|
D | render_view_impl.cc | 4035 const WebRect& touch_rect, in didTapMultipleTargets() argument 4055 touch_rect, target_rects, GetSize(), in didTapMultipleTargets()
|