HomeSort by relevance Sort by last modified time
    Searched defs:textIndent (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/
PopupMenuStyle.h 38 PopupMenuStyle(const Color& foreground, const Color& background, const Font& font, bool visible, bool isDisplayNone, Length textIndent, TextDirection textDirection, bool hasTextDirectionOverride)
44 , m_textIndent(textIndent)
55 Length textIndent() const { return m_textIndent; }
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 482 Length textIndent() const { return rareInheritedData->indent; }
    [all...]

Completed in 112 milliseconds