/external/webkit/Source/WebCore/rendering/ |
D | HitTestResult.h | 53 …erPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding); 108 …tPoint&, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding); 112 int leftPadding() const { return m_leftPadding; } in leftPadding() function
|
D | HitTestResult.cpp | 74 …terPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding) in HitTestResult() argument 80 , m_leftPadding(leftPadding) in HitTestResult() 83 m_isRectBased = topPadding || rightPadding || bottomPadding || leftPadding; in HitTestResult() 616 …t& point, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding) in rectForPoint() argument 619 actualPoint -= IntSize(leftPadding, topPadding); in rectForPoint() 621 IntSize actualPadding(leftPadding + rightPadding, topPadding + bottomPadding); in rectForPoint()
|
D | RenderLineBoxList.cpp | 290 int logicalPointStart = isHorizontal ? y - result.topPadding() : x - result.leftPadding(); in hitTest()
|
D | RenderImage.cpp | 413 …point(), result.topPadding(), result.rightPadding(), result.bottomPadding(), result.leftPadding()); in nodeAtPoint()
|
D | RenderThemeSafari.cpp | 67 leftPadding enumerator 890 return popupButtonPadding(controlSizeForFont(style))[leftPadding]; in popupInternalPaddingLeft()
|
D | RenderLayer.cpp | 3160 …point(), result.topPadding(), result.rightPadding(), result.bottomPadding(), result.leftPadding()); in scrollTo() 3189 …point(), result.topPadding(), result.rightPadding(), result.bottomPadding(), result.leftPadding()); in scrollTo() 3246 …point(), result.topPadding(), result.rightPadding(), result.bottomPadding(), result.leftPadding()); in scrollTo()
|
D | RenderThemeMac.mm | 122 leftPadding 1185 return popupButtonPadding(controlSizeForFont(style))[leftPadding] * style->effectiveZoom();
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | ImageCG.cpp | 207 float leftPadding = srcRect.x() - floorf(srcRect.x()); in draw() local 210 subimageRect.move(-leftPadding, -topPadding); in draw() 211 adjustedDestRect.move(-leftPadding / xScale, -topPadding / yScale); in draw() 213 subimageRect.setWidth(ceilf(subimageRect.width() + leftPadding)); in draw()
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebpage_p.h | 136 …Adjuster(unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
|
D | qwebpage.cpp | 1330 unsigned leftPadding = touchModifier->hitTestPaddingForTouch(QWebTouchModifier::Left); in adjustPointForClicking() local 1335 if (!topPadding && !rightPadding && !bottomPadding && !leftPadding) in adjustPointForClicking() 1343 TouchAdjuster touchAdjuster(topPadding, rightPadding, bottomPadding, leftPadding); in adjustPointForClicking() 1565 …hAdjuster(unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding) in TouchAdjuster() argument 1569 , m_leftPadding(leftPadding) in TouchAdjuster()
|
/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/webkit/Source/WebCore/dom/ |
D | Document.cpp | 1102 …ed topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding, bool ignoreCli… in nodesFromRect() argument 1122 …tersects(HitTestResult::rectForPoint(point, topPadding, rightPadding, bottomPadding, leftPadding))) in nodesFromRect() 1129 if (!topPadding && !rightPadding && !bottomPadding && !leftPadding) { in nodesFromRect() 1134 HitTestResult result(point, topPadding, rightPadding, bottomPadding, leftPadding); in nodesFromRect()
|
D | Document.h | 345 … unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping) const;
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 45237 unsigned leftPadding, bool ignoreClipping) 45274 (WebCore::HitTestResult::leftPadding): getter for the left padding.
|