Searched defs:topPadding (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | HitTestLocation.cpp | 73 HitTestLocation::HitTestLocation(const LayoutPoint& centerPoint, unsigned topPadding, unsigned righ… in HitTestLocation() 169 IntRect HitTestLocation::rectForPoint(const LayoutPoint& point, unsigned topPadding, unsigned right… in rectForPoint()
|
D | HitTestLocation.h | 70 int topPadding() const { return roundedPoint().y() - m_boundingBox.y(); } in topPadding() function
|
D | HitTestResult.cpp | 65 HitTestResult::HitTestResult(const LayoutPoint& centerPoint, unsigned topPadding, unsigned rightPad… in HitTestResult()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | HeapSnapshotDataGrids.js | 315 _addVisibleNodes: function(firstVisibleNodeIndex, firstNodeHiddenHeight, topPadding) argument
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | Internals.cpp | 1427 …rnals::nodesFromRect(Document* document, int centerX, int centerY, unsigned topPadding, unsigned r… in nodesFromRect()
|