Searched refs:touch_event_handler_region (Results 1 – 8 of 8) sorted by relevance
49 EXPECT_EQ(layer_impl->touch_event_handler_region(), in LayerTreesMatch()50 layer->touch_event_handler_region())); in LayerTreesMatch()
361 for (cc::Region::Iterator region_rects(layer_->touch_event_handler_region()); in touchEventHandlerRegion()368 for (cc::Region::Iterator region_rects(layer_->touch_event_handler_region()); in touchEventHandlerRegion()
295 void SetTouchEventHandlerRegion(const Region& touch_event_handler_region);296 const Region& touch_event_handler_region() const { in touch_event_handler_region() function
444 const Region& touch_event_handler_region() const { in touch_event_handler_region() function
1075 if (payload.touch_event_handler_region)1076 …this._scrollRects.push(this._scrollRectsFromParams(payload.touch_event_handler_region, WebInspecto…
195 for (Region::Iterator iter(layer->touch_event_handler_region()); in SaveTouchEventHandlerRectsCallback()
1313 !layer->touch_event_handler_region().IsEmpty() || in operator ()()1334 if (layer_impl->touch_event_handler_region().IsEmpty()) in LayerHasTouchEventHandlersAt()1339 layer_impl->touch_event_handler_region(), in LayerHasTouchEventHandlersAt()
1246 if (!layer->touch_event_handler_region().IsEmpty() || in PreCalculateMetaInformation()