HomeSort by relevance Sort by last modified time
    Searched refs:bottomPadding (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebCore/rendering/
HitTestResult.h 53 HitTestResult(const IntPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
108 static IntRect rectForPoint(const IntPoint&, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
111 int bottomPadding() const { return m_bottomPadding; }
157 // height = topPadding + bottomPadding + 1
HitTestResult.cpp 74 HitTestResult::HitTestResult(const IntPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding)
79 , m_bottomPadding(bottomPadding)
83 m_isRectBased = topPadding || rightPadding || bottomPadding || leftPadding;
616 IntRect HitTestResult::rectForPoint(const IntPoint& point, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding)
621 IntSize actualPadding(leftPadding + rightPadding, topPadding + bottomPadding);
RenderLineBoxList.cpp 291 int logicalPointEnd = (isHorizontal ? y + result.bottomPadding() : x + result.rightPadding()) + 1;
RenderImage.cpp 413 HitTestResult tempResult(result.point(), result.topPadding(), result.rightPadding(), result.bottomPadding(), result.leftPadding());
RenderThemeSafari.cpp 66 bottomPadding,
    [all...]
RenderThemeMac.mm 121 bottomPadding,
    [all...]
RenderLayer.cpp     [all...]
  /frameworks/base/core/tests/coretests/src/android/util/
ScrollViewScenario.java 194 public Params addPaddingToScrollView(int topPadding, int bottomPadding) {
196 mBottomPadding = bottomPadding;
  /external/webkit/Source/WebKit/qt/Api/
qwebpage_p.h 136 TouchAdjuster(unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
qwebpage.cpp     [all...]
  /external/webkit/Source/WebCore/dom/
Document.cpp     [all...]
Document.h 339 * @param bottomPadding How much to expand the bottom of the rectangle
345 unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping) const;
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 260 milliseconds