Searched defs:textIndent (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DPopupMenuStyle.h39 PopupMenuStyle(const Color& foreground, const Color& background, const Font& font, bool visible, bool isDisplayNone, Length textIndent, TextDirection textDirection, bool hasTextDirectionOverride, BackgroundColorType backgroundColorType = DefaultBackgroundColor) argument
45 , m_textIndent(textIndent)
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp2214 RefPtrWillBeRawPtr<CSSValue> textIndent = zoomAdjustedPixelValueForLength(style->textIndent(), *style); local
2217 list->append(textIndent.release());
2224 return textIndent.release();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockLineLayout.cpp1222 LayoutUnit textIndent = minimumValueForLength(styleToUse->textIndent(), cw); local
1338 float ceiledTextIndent = textIndent.ceilToFloat();
1343 textIndent = adjustFloatForSubPixelLayout(childMin);
1419 ti = textIndent.ceilToFloat();
1433 textIndent = childMin;
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h562 const Length& textIndent() const { return rareInheritedData->indent; } function in class:blink::RenderStyle

Completed in 171 milliseconds