Home
last modified time | relevance | path

Searched defs:rectForPoint (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DHitTestResult.h148 inline IntRect HitTestResult::rectForPoint(int x, int y) const in rectForPoint() function
158 inline IntRect HitTestResult::rectForPoint(const IntPoint& point) const in rectForPoint() function
DHitTestResult.cpp616 IntRect HitTestResult::rectForPoint(const IntPoint& point, unsigned topPadding, unsigned rightPaddi… in rectForPoint() function in WebCore::HitTestResult