Searched refs:touch_region (Results 1 – 2 of 2) sorted by relevance
107 Region touch_region; in TEST_F() local108 touch_region.Union(gfx::Rect(10, 10, 20, 30)); in TEST_F()109 touch_region.Union(gfx::Rect(40, 10, 20, 20)); in TEST_F()110 touch_layer->SetTouchEventHandlerRegion(touch_region); in TEST_F()
140 Region touch_region; in ParseTreeFromValue() local147 touch_region.Union(gfx::Rect(rect_x, rect_y, rect_width, rect_height)); in ParseTreeFromValue()149 new_layer->SetTouchEventHandlerRegion(touch_region); in ParseTreeFromValue()