Searched refs:touchRect (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/
H A Dqwebkittest.cpp50 QRectF touchRect(0, 0, 40, 40);
51 touchRect.moveCenter(localPos);
52 point.setRect(touchRect);
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DWebEventConversion.cpp229 QRect touchRect = point.rect().toAlignedRect(); local
230 if (touchRect.isValid()) {
H A DQWebPageAdapter.cpp402 IntRect touchRect(ev->pos().x() - leftPadding, ev->pos().y() - topPadding, leftPadding + rightPadding, topPadding + bottomPadding);
405 bool foundClickableNode = eventHandler->bestClickableNodeForTouchPoint(touchRect.center(), touchRect.size(), adjustedPoint, adjustedNode);
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DTouchAdjustment.cpp348 float hybridDistanceFunction(const IntPoint& touchHotspot, const IntRect& touchRect, const SubtargetGeometry& subtarget) argument
355 float radiusSquared = 0.25f * (touchRect.size().diagonalLengthSquared());
358 int maxOverlapWidth = std::min(touchRect.width(), rect.width());
359 int maxOverlapHeight = std::min(touchRect.height(), rect.height());
361 rect.intersect(touchRect);
H A DEventHandler.cpp2897 IntRect touchRect(touchCenter - touchRadius, touchRadius + touchRadius);
2903 bool success = findBestClickableCandidate(targetNode, targetPoint, touchCenter, touchRect, result.rectBasedTestResult());
2914 IntRect touchRect(touchCenter - touchRadius, touchRadius + touchRadius);
2915 return findBestContextMenuCandidate(targetNode, targetPoint, touchCenter, touchRect, result.rectBasedTestResult());
2923 IntRect touchRect(touchCenter - touchRadius, touchRadius + touchRadius);
2924 return findBestZoomableArea(targetNode, targetArea, touchCenter, touchRect, result.rectBasedTestResult());

Completed in 112 milliseconds