Searched refs:rightPadding (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | HitTestLocation.cpp | 63 …ocation(const LayoutPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned botto… in HitTestLocation() argument 65 , m_boundingBox(rectForPoint(centerPoint, topPadding, rightPadding, bottomPadding, leftPadding)) in HitTestLocation() 67 , m_isRectBased(topPadding || rightPadding || bottomPadding || leftPadding) in HitTestLocation() 160 …:rectForPoint(const LayoutPoint& point, unsigned topPadding, unsigned rightPadding, unsigned botto… in rectForPoint() argument 165 IntSize actualPadding(leftPadding + rightPadding, topPadding + bottomPadding); in rectForPoint()
|
D | HitTestLocation.h | 46 …HitTestLocation(const LayoutPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsign… 60 …static IntRect rectForPoint(const LayoutPoint&, unsigned topPadding, unsigned rightPadding, unsign… 62 int rightPadding() const { return m_boundingBox.maxX() - roundedPoint().x() - 1; } in rightPadding() function
|
D | HitTestResult.h | 57 …HitTestResult(const LayoutPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned…
|
D | HitTestResult.cpp | 61 …tResult(const LayoutPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned botto… in HitTestResult() argument 62 : m_hitTestLocation(centerPoint, topPadding, rightPadding, bottomPadding, leftPadding) in HitTestResult()
|
D | RenderLineBoxList.cpp | 209 …) - locationInContainer.leftPadding(), point.y(), locationInContainer.rightPadding() + locationInC… in hitTest()
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | Internals.h | 188 …<StaticNodeList> nodesFromRect(Document*, int x, int y, unsigned topPadding, unsigned rightPadding,
|
D | Internals.cpp | 1329 …sFromRect(Document* document, int centerX, int centerY, unsigned topPadding, unsigned rightPadding, in nodesFromRect() argument 1357 …entRect().intersects(HitTestLocation::rectForPoint(point, topPadding, rightPadding, bottomPadding,… in nodesFromRect() 1364 if (!topPadding && !rightPadding && !bottomPadding && !leftPadding) { in nodesFromRect() 1374 HitTestResult result(point, topPadding, rightPadding, bottomPadding, leftPadding); in nodesFromRect()
|
D | Internals.idl | 140 …unsigned long topPadding, unsigned long rightPadding, unsigned long bottomPadding, unsigned long l…
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/ |
D | ElementsPanel.js | 909 const rightPadding = 10; 910 return totalSize + rightPadding < contentElementWidth;
|