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

  /external/webkit/WebCore/rendering/
RenderText.h 119 bool allowTabs() const { return !style()->collapseWhiteSpace(); }
  /external/webkit/WebCore/platform/graphics/
TextRun.h 36 TextRun(const UChar* c, int len, bool allowTabs = false, int xpos = 0, int padding = 0, bool rtl = false, bool directionalOverride = false,
42 , m_allowTabs(allowTabs)
55 TextRun(const String& s, bool allowTabs = false, int xpos = 0, int padding = 0, bool rtl = false, bool directionalOverride = false,
61 , m_allowTabs(allowTabs)
82 bool allowTabs() const { return m_allowTabs; }

Completed in 336 milliseconds