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

  /external/webkit/WebCore/platform/
PopupMenuStyle.h 38 PopupMenuStyle(const Color& foreground, const Color& background, const Font& font, bool visible, Length textIndent, TextDirection textDirection)
43 , m_textIndent(textIndent)
52 Length textIndent() const { return m_textIndent; }
  /external/webkit/WebCore/rendering/style/
RenderStyle.h 448 Length textIndent() const { return inherited->indent; }
    [all...]

Completed in 79 milliseconds