Home
last modified time | relevance | path

Searched defs:topPadding (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DHitTestLocation.cpp73 HitTestLocation::HitTestLocation(const LayoutPoint& centerPoint, unsigned topPadding, unsigned righ… in HitTestLocation()
169 IntRect HitTestLocation::rectForPoint(const LayoutPoint& point, unsigned topPadding, unsigned right… in rectForPoint()
DHitTestLocation.h70 int topPadding() const { return roundedPoint().y() - m_boundingBox.y(); } in topPadding() function
DHitTestResult.cpp65 HitTestResult::HitTestResult(const LayoutPoint& centerPoint, unsigned topPadding, unsigned rightPad… in HitTestResult()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DHeapSnapshotDataGrids.js315 _addVisibleNodes: function(firstVisibleNodeIndex, firstNodeHiddenHeight, topPadding) argument
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp1427 …rnals::nodesFromRect(Document* document, int centerX, int centerY, unsigned topPadding, unsigned r… in nodesFromRect()