Searched refs:touch_hit (Results 1 – 2 of 2) sorted by relevance
3690 const WebHitTestResult& touch_hit) { in detectContentAround() argument3691 DCHECK(!touch_hit.isNull()); in detectContentAround()3692 DCHECK(!touch_hit.node().isNull()); in detectContentAround()3693 DCHECK(touch_hit.node().isTextNode()); in detectContentAround()3699 ContentDetector::Result content = (*it)->FindTappedContent(touch_hit); in detectContentAround()
466 const blink::WebHitTestResult& touch_hit);