/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | HitTestLocation.cpp | 73 …nt& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned left… in HitTestLocation() argument 75 , m_boundingBox(rectForPoint(centerPoint, topPadding, rightPadding, bottomPadding, leftPadding)) in HitTestLocation() 78 , m_isRectBased(topPadding || rightPadding || bottomPadding || leftPadding) in HitTestLocation() 169 …outPoint& point, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned left… in rectForPoint() argument 174 IntSize actualPadding(leftPadding + rightPadding, topPadding + bottomPadding); in rectForPoint()
|
D | HitTestLocation.h | 52 …nt& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned left… 69 …st LayoutPoint&, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned left… 72 int bottomPadding() const { return m_boundingBox.maxY() - roundedPoint().y() - 1; } in bottomPadding() function
|
D | HitTestResult.h | 55 …nt& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned left…
|
D | HitTestResult.cpp | 65 …nt& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned left… in HitTestResult() argument 66 : m_hitTestLocation(centerPoint, topPadding, rightPadding, bottomPadding, leftPadding) in HitTestResult()
|
D | RenderLineBoxList.cpp | 253 …iner.topPadding(), 1, locationInContainer.topPadding() + locationInContainer.bottomPadding() + 1) : in hitTest()
|
D | RenderThemeChromiumMac.mm | 167 bottomPadding, 1353 … return popupButtonPadding(controlSizeForFont(style))[bottomPadding] * style->effectiveZoom();
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
D | autofill_details_container.mm | 126 const CGFloat bottomPadding = 5.0; // Padding below the visible field. 139 NSMakePoint(NSMinX(fieldRect), NSMinY(fieldRect) - bottomPadding)];
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | HeapSnapshotDataGrids.js | 336 var bottomPadding = 0; 338 bottomPadding += children[i].nodeHeight(); 342 this._addPaddingRows(topPadding, bottomPadding);
|
/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 …unsigned long topPadding, unsigned long rightPadding, unsigned long bottomPadding, unsigned long l…
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Document.h | 322 unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding,
|