Home
last modified time | relevance | path

Searched refs:textIndent (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPopupMenuStyle.h40 …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/
DRenderMenuList.cpp178 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()
DRenderBlock.cpp2919 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/
DAutofillPopupMenuClient.cpp300 m_regularStyle->textIndent(), m_regularStyle->textDirection(), in initialize()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.cpp398 return createFromLength(style.textIndent(), style); in create()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2313 … 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/
DCSSPropertyAnimation.cpp1007 …ppend(new PropertyWrapper<Length>(CSSPropertyTextIndent, &RenderStyle::textIndent, &RenderStyle::s… in ensurePropertyMap()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp520 state.style()->setTextIndent(state.parentStyle()->textIndent()); in applyInheritCSSPropertyTextIndent()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h554 Length textIndent() const { return rareInheritedData->indent; } in textIndent() function
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js2242 zIndex: '@', 'zoom': '@', fontWeight: '@', textIndent: '@px', opacity: '@' property
Dconcat-jquery-mootools-prototype.js6618 zIndex: '@', 'zoom': '@', fontWeight: '@', textIndent: '@px', opacity: '@' property