/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | HitTestLocation.cpp | 73 …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()
|
D | HitTestLocation.h | 52 …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
|
D | HitTestResult.h | 55 …erPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
|
D | RenderLineBoxList.cpp | 254 …nt.x() - locationInContainer.leftPadding(), point.y(), locationInContainer.rightPadding() + locati… in hitTest()
|
D | HitTestResult.cpp | 65 …terPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding) in HitTestResult() argument 66 : m_hitTestLocation(centerPoint, topPadding, rightPadding, bottomPadding, leftPadding) in HitTestResult()
|
D | RenderThemeChromiumMac.mm | 168 leftPadding 1320 return popupButtonPadding(controlSizeForFont(style))[leftPadding] * style->effectiveZoom();
|
/external/chromium/chrome/browser/resources/keyboard/ |
D | main.js | 641 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/ |
D | DataGrid.js | 1270 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/ |
D | ntp_android.js | 2034 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/ |
D | Internals.h | 191 …unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping, bool allowShadowContent, bool a…
|
D | Internals.cpp | 1428 …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()
|
D | Internals.idl | 148 …ong topPadding, unsigned long rightPadding, unsigned long bottomPadding, unsigned long leftPadding,
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Document.h | 322 unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding,
|