Home
last modified time | relevance | path

Searched refs:touch_hit (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/
Drender_view_impl.cc3690 const WebHitTestResult& touch_hit) { in detectContentAround() argument
3691 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()
Drender_view_impl.h466 const blink::WebHitTestResult& touch_hit);