Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/
DPopupMenuStyle.h38 …background, const Font& font, bool visible, bool isDisplayNone, Length textIndent, TextDirection t… in PopupMenuStyle() argument
44 , m_textIndent(textIndent) in PopupMenuStyle()
55 Length textIndent() const { return m_textIndent; } in textIndent() function
/external/webkit/Source/WebCore/rendering/
DRenderMenuList.cpp155 optionWidth += optionStyle->textIndent().calcMinValue(0); in updateOptionsWidth()
431 …nt(), style->visibility() == VISIBLE, style->display() == NONE, style->textIndent(), style->direct… in itemStyle()
461 …olor), s->font(), s->visibility() == VISIBLE, s->display() == NONE, s->textIndent(), style()->dire… in menuStyle()
DRenderBlock.cpp3506 if (style()->textIndent().isPercent()) in logicalLeftOffsetForLine()
3508 left += style()->textIndent().calcMinValue(cw); in logicalLeftOffsetForLine()
3543 if (style()->textIndent().isPercent()) in logicalRightOffsetForLine()
3545 right -= style()->textIndent().calcMinValue(cw); in logicalRightOffsetForLine()
4913 ti = style()->textIndent().calcMinValue(cw); in computeInlinePreferredLogicalWidths()
4984 ti = style()->textIndent().calcMinValue(cw); in computeInlinePreferredLogicalWidths()
DRenderTextControlSingleLine.cpp945 …style()->visibility() == VISIBLE, style()->display() == NONE, style()->textIndent(), style()->dire… in menuStyle()
/external/webkit/Source/WebCore/bindings/objc/
DDOMCSS.h270 - (NSString *)textIndent;
271 - (void)setTextIndent:(NSString *)textIndent;
DDOMCSS.mm1217 - (NSString *)textIndent
1222 - (void)setTextIndent:(NSString *)textIndent
1224 [self setProperty:@"text-indent" value:textIndent priority:@""];
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
DWebPopupMenuWin.cpp136 textX += itemStyle.textIndent().calcMinValue(itemRect.width()); in setUpPlatformData()
/external/webkit/Source/WebKit/chromium/src/
DAutoFillPopupMenuClient.cpp307 m_regularStyle->textIndent(), in initialize()
/external/webkit/Source/WebCore/platform/win/
DPopupMenuWin.cpp650 textX += itemStyle.textIndent().calcMinValue(itemRect.width()); in paint()
/external/webkit/Source/WebCore/platform/mac/
DHTMLConverter.mm680 CGFloat leftMargin = 0, rightMargin = 0, bottomMargin = 0, textIndent = 0, lineHeight = 0;
699 …tFloat:&textIndent forNode:blockElement property:@"text-indent"]) [paragraphStyle setFirstLineHead…
/external/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp662 …ppend(new PropertyWrapper<Length>(CSSPropertyTextIndent, &RenderStyle::textIndent, &RenderStyle::s… in ensurePropertyMap()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h482 Length textIndent() const { return rareInheritedData->indent; } in textIndent() function
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1354 return primitiveValueCache->createValue(style->textIndent()); in getPropertyCSSValue()
DCSSStyleSelector.cpp4111 HANDLE_INHERIT_COND(CSSPropertyTextIndent, textIndent, TextIndent) in applyProperty()
/external/webkit/Source/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp1315 int indentation = style->textIndent().calcValue(object->size().width()); in getAttributeSetForAccessibilityObject()
/external/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
/external/webkit/Source/WebCore/
DChangeLog-2010-05-244779 (WebCore::InheritedFlags::textIndent):
DChangeLog-2009-06-1627765 (WebCore::PopupMenuStyle::textIndent):