Home | History | Annotate | Download | only in rendering

Lines Matching refs:HitTestResult

46 class HitTestResult {
50 HitTestResult();
51 HitTestResult(const IntPoint&);
53 HitTestResult(const IntPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
54 HitTestResult(const HitTestResult&);
55 ~HitTestResult();
56 HitTestResult& operator=(const HitTestResult&);
118 void append(const HitTestResult&);
148 inline IntRect HitTestResult::rectForPoint(int x, int y) const
158 inline IntRect HitTestResult::rectForPoint(const IntPoint& point) const