Searched defs:rectForPoint (Results 1 - 1 of 1) 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

Completed in 534 milliseconds