Home
last modified time | relevance | path

Searched refs:leftPadding (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DHitTestLocation.cpp73 …terPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding) in HitTestLocation() argument
75 , m_boundingBox(rectForPoint(centerPoint, topPadding, rightPadding, bottomPadding, leftPadding)) in HitTestLocation()
78 , m_isRectBased(topPadding || rightPadding || bottomPadding || leftPadding) in HitTestLocation()
169 …t& point, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding) in rectForPoint() argument
172 actualPoint -= IntSize(leftPadding, topPadding); in rectForPoint()
174 IntSize actualPadding(leftPadding + rightPadding, topPadding + bottomPadding); in rectForPoint()
DHitTestLocation.h52 …erPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
69 …tPoint&, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
73 int leftPadding() const { return roundedPoint().x() - m_boundingBox.x(); } in leftPadding() function
DHitTestResult.h55 …erPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
DRenderLineBoxList.cpp254 …nt.x() - locationInContainer.leftPadding(), point.y(), locationInContainer.rightPadding() + locati… in hitTest()
DHitTestResult.cpp65 …terPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding) in HitTestResult() argument
66 : m_hitTestLocation(centerPoint, topPadding, rightPadding, bottomPadding, leftPadding) in HitTestResult()
DRenderThemeChromiumMac.mm168 leftPadding
1320 return popupButtonPadding(controlSizeForFont(style))[leftPadding] * style->effectiveZoom();
/external/chromium/chrome/browser/resources/keyboard/
Dmain.js641 var leftPadding = Math.floor((newX - totalWidth) / 2);
642 document.getElementById('b').style.paddingLeft = leftPadding + 'px';
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DDataGrid.js1270 get leftPadding() getter in WebInspector.DataGridNode
1368 if (this.leftPadding)
1369 cell.style.setProperty("padding-left", this.leftPadding + "px");
1721 var left = cell.totalOffsetLeft() + this.leftPadding;
/external/chromium_org/chrome/browser/resources/ntp_android/
Dntp_android.js2034 var leftPadding = Math.round(remainder / 2);
2035 var rightPadding = Math.floor(remainder - leftPadding);
2036 toCenter.style.paddingLeft = leftPadding + 'px';
2044 (childLeftMargin + childLeftPadding + leftPadding) + 'px';
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.h191 …unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping, bool allowShadowContent, bool a…
DInternals.cpp1428 …unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping, bool allowShadowContent, bool a… in nodesFromRect() argument
1456 …rsects(HitTestLocation::rectForPoint(point, topPadding, rightPadding, bottomPadding, leftPadding))) in nodesFromRect()
1463 if (!topPadding && !rightPadding && !bottomPadding && !leftPadding) { in nodesFromRect()
1469 HitTestResult result(point, topPadding, rightPadding, bottomPadding, leftPadding); in nodesFromRect()
DInternals.idl148 …ong topPadding, unsigned long rightPadding, unsigned long bottomPadding, unsigned long leftPadding,
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h322 unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding,