Home
last modified time | relevance | path

Searched refs:allowTabs (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DTextRun.h36 …TextRun(const UChar* c, int len, bool allowTabs = false, int xpos = 0, int padding = 0, bool rtl =…
42 , m_allowTabs(allowTabs) in m_characters()
55 …TextRun(const String& s, bool allowTabs = false, int xpos = 0, int padding = 0, bool rtl = false, …
61 , m_allowTabs(allowTabs)
82 bool allowTabs() const { return m_allowTabs; } in allowTabs() function
DWidthIterator.cpp120 if (c == '\t' && m_run.allowTabs()) { in advance()
/external/webkit/WebCore/rendering/
DInlineTextBox.cpp100 …orText(TextRun(textObj->text()->characters() + m_start, m_len, textObj->allowTabs(), textPos(), m_… in selectionRect()
404 …TextRun textRun(textObject()->text()->characters() + m_start, m_len, textObject()->allowTabs(), te… in paint()
528 …tRun(textObject()->text()->characters() + m_start, m_len, textObject()->allowTabs(), textPos(), m_… in paintSelection()
551 …tRun(textObject()->text()->characters() + m_start, m_len, textObject()->allowTabs(), textPos(), m_… in paintCompositionBackground()
681 …TextRun run(textObject()->text()->characters() + m_start, m_len, textObject()->allowTabs(), textPo… in paintSpellingOrGrammarMarker()
722 …TextRun run(textObject()->text()->characters() + m_start, m_len, textObject()->allowTabs(), textPo… in paintTextMatchMarker()
875 …tRun(textObject()->text()->characters() + m_start, m_len, textObject()->allowTabs(), textPos(), m_… in offsetForPosition()
892 …Text(TextRun(text->text()->characters() + m_start, m_len, textObject()->allowTabs(), textPos(), m_… in positionForOffset()
DRenderText.h121 bool allowTabs() const { return !style()->collapseWhiteSpace(); } in allowTabs() function
DRenderText.cpp412 int tabWidth = allowTabs() ? monospaceCharacterWidth * 8 : 0; in widthFromCache()
438 return f.width(TextRun(text()->characters() + start, len, allowTabs(), xPos)); in widthFromCache()
704 currMaxWidth += f.width(TextRun(txt + i, 1, allowTabs(), leadWidth + currMaxWidth)); in calcPrefWidths()
1044 w = f.width(TextRun(text()->characters() + from, len, allowTabs(), xPos)); in width()
/external/webkit/WebCore/platform/graphics/mac/
DCoreTextController.cpp450 if (ch == '\t' && m_run.allowTabs()) { in adjustGlyphsAndAdvances()
/external/webkit/WebCore/
DChangeLog-2007-10-1445997 (WebCore::TextStyle::allowTabs):
46022 (WebCore::RenderText::allowTabs):
DChangeLog-2008-08-1069587 (WebCore::TextRun::allowTabs):
69679 (WebCore::RenderText::allowTabs):