Searched refs:textIndent (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | PopupMenuStyle.h | 40 …background, const Font& font, bool visible, bool isDisplayNone, Length textIndent, TextDirection t… 46 , m_textIndent(textIndent) in m_foregroundColor() 59 Length textIndent() const { return m_textIndent; } in textIndent() function
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderMenuList.cpp | 178 optionWidth += minimumValueForLength(optionStyle->textIndent(), 0, view()); in updateOptionsWidth() 471 …style->display() == NONE, style->textIndent(), style->direction(), isOverride(style->unicodeBidi()… in itemStyle() 511 … s->display() == NONE, s->textIndent(), style()->direction(), isOverride(style()->unicodeBidi())); in menuStyle()
|
D | RenderBlock.cpp | 2919 if (style()->textIndent().isPercent()) in textIndentOffset() 2921 else if (style()->textIndent().isViewportPercentage()) in textIndentOffset() 2923 return minimumValueForLength(style()->textIndent(), cw, renderView); in textIndentOffset() 4108 LayoutUnit textIndent = minimumValueForLength(styleToUse->textIndent(), cw, view()); in computeInlinePreferredLogicalWidths() local 4223 float ceiledTextIndent = textIndent.ceilToFloat(); in computeInlinePreferredLogicalWidths() 4228 textIndent = adjustFloatForSubPixelLayout(childMin); in computeInlinePreferredLogicalWidths() 4304 ti = textIndent.ceilToFloat(); in computeInlinePreferredLogicalWidths() 4318 textIndent = childMin; in computeInlinePreferredLogicalWidths()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | AutofillPopupMenuClient.cpp | 300 m_regularStyle->textIndent(), m_regularStyle->textDirection(), in initialize()
|
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
D | CSSAnimatableValueFactory.cpp | 398 return createFromLength(style.textIndent(), style); in create()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSComputedStyleDeclaration.cpp | 2313 … RefPtr<CSSValue> textIndent = zoomAdjustedPixelValueForLength(style->textIndent(), *style); in getPropertyCSSValue() local 2316 list->append(textIndent.release()); in getPropertyCSSValue() 2320 return textIndent.release(); in getPropertyCSSValue()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ |
D | CSSPropertyAnimation.cpp | 1007 …ppend(new PropertyWrapper<Length>(CSSPropertyTextIndent, &RenderStyle::textIndent, &RenderStyle::s… in ensurePropertyMap()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleBuilderCustom.cpp | 520 state.style()->setTextIndent(state.parentStyle()->textIndent()); in applyInheritCSSPropertyTextIndent()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | RenderStyle.h | 554 Length textIndent() const { return rareInheritedData->indent; } in textIndent() function
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
D | mootools-1.2.2-core-nc.js | 2242 zIndex: '@', 'zoom': '@', fontWeight: '@', textIndent: '@px', opacity: '@' property
|
D | concat-jquery-mootools-prototype.js | 6618 zIndex: '@', 'zoom': '@', fontWeight: '@', textIndent: '@px', opacity: '@' property
|