Home | History | Annotate | Download | only in src

Lines Matching refs:hitTestResult

68 #include "HitTestResult.h"
440 HitTestResult result(m_page->mainFrame()->eventHandler()->hitTestResultAtPoint(point, false));
501 HitTestResult result = hitTestResultForWindowPos(pme.pos());
546 HitTestResult hitTestResult = focused->eventHandler()->hitTestResultAtPoint(contentPoint, false, false, ShouldHitTestScrollbars);
550 if (!hitTestResult.scrollbar() && !hitTestResult.isLiveLink() && focused && !view->scrollbarAtPoint(clickPoint)) {
1723 HitTestResult result =
1757 HitTestResult result = hitTestResultForWindowPos(point);
1765 // FIXME: implement a cache of the most recent HitTestResult to avoid having
1923 HitTestResult result = hitTestResultForWindowPos(point);
2261 HitTestResult WebViewImpl::hitTestResultForWindowPos(const IntPoint& pos)