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

/macosx-10.10/WebCore-7600.1.25/platform/
H A DPopupMenuStyle.h46 PopupMenuStyle(const Color& foreground, const Color& background, const Font& font, bool visible, bool isDisplayNone, bool hasDefaultAppearance, Length textIndent, TextDirection textDirection, bool hasTextDirectionOverride, BackgroundColorType backgroundColorType = DefaultBackgroundColor, PopupMenuType menuType = SelectPopup, PopupMenuSize menuSize = PopupMenuSizeNormal) argument
68 Length textIndent() const { return m_textIndent; } function in class:WebCore::PopupMenuStyle
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSComputedStyleDeclaration.cpp2346 RefPtr<CSSValue> textIndent = zoomAdjustedPixelValueForLength(style->textIndent(), style.get()); local
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderBlock.cpp2953 LayoutUnit textIndent = minimumValueForLength(styleToUse.textIndent(), cw); local

Completed in 157 milliseconds