Searched defs:topPadding (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | HitTestLocation.cpp | 63 HitTestLocation::HitTestLocation(const LayoutPoint& centerPoint, unsigned topPadding, unsigned righ… in HitTestLocation() 160 IntRect HitTestLocation::rectForPoint(const LayoutPoint& point, unsigned topPadding, unsigned right… in rectForPoint()
|
D | HitTestLocation.h | 61 int topPadding() const { return roundedPoint().y() - m_boundingBox.y(); } in topPadding() function
|
D | HitTestResult.cpp | 61 HitTestResult::HitTestResult(const LayoutPoint& centerPoint, unsigned topPadding, unsigned rightPad… in HitTestResult()
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | Internals.cpp | 1329 …rnals::nodesFromRect(Document* document, int centerX, int centerY, unsigned topPadding, unsigned r… in nodesFromRect()
|