Searched defs:paddingTop (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/android/nav/
H A DCachedInput.h68 int paddingTop() const { return mPaddingTop; } function in class:android::CachedInput
/external/webkit/Source/WebCore/platform/qt/
H A DRenderThemeQt.cpp365 int paddingTop = layoutRect.top() - originalRect.top(); local
368 return originalRect.adjusted(-paddingLeft, -paddingTop, paddingRight, paddingBottom);
610 int paddingTop = 1; local
621 paddingTop = contentsRect.top() - layoutRect.top();
628 style->setPaddingTop(Length(paddingTop, Fixed));
1185 m_painter->translate(r.x() + style->paddingLeft().value(), r.y() + style->paddingTop().value());
1187 (r.height() - style->paddingTop().value() - style->paddingBottom().value()) / 100.0);
/external/webkit/Source/WebCore/rendering/
H A DRenderTableCell.cpp175 int RenderTableCell::paddingTop(bool includeIntrinsicPadding) const function in class:WebCore::RenderTableCell
177 int result = RenderBlock::paddingTop();
H A DRenderBoxModelObject.cpp490 int RenderBoxModelObject::paddingTop(bool) const function in class:WebCore::RenderBoxModelObject
493 Length padding = style()->paddingTop();
664 int y = ty + borderTop() + (includePadding ? paddingTop() : 0);
666 int height = h - borderTop() - borderBottom() - (includePadding ? paddingTop() + paddingBottom() : 0);
877 top += paddingTop();
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h623 Length paddingTop() const { return surround->padding.top(); } function in class:WebCore::RenderStyle

Completed in 479 milliseconds