Searched refs:rectForPoint (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestLocation.cpp35 , m_boundingBox(rectForPoint(point, 0, 0, 0, 0))
45 , m_boundingBox(rectForPoint(m_point, 0, 0, 0, 0))
65 , m_boundingBox(rectForPoint(centerPoint, topPadding, rightPadding, bottomPadding, leftPadding))
160 IntRect HitTestLocation::rectForPoint(const LayoutPoint& point, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding) function in class:blink::HitTestLocation
H A DHitTestLocation.h60 static IntRect rectForPoint(const LayoutPoint&, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
H A DEllipsisBox.cpp150 if (visibleToHitTestRequest(request) && boundsRect.intersects(HitTestLocation::rectForPoint(locationInContainer.point(), 0, 0, 0, 0))) {
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp1357 if (!request.ignoreClipping() && !frameView->visibleContentRect().intersects(HitTestLocation::rectForPoint(point, topPadding, rightPadding, bottomPadding, leftPadding)))

Completed in 416 milliseconds