Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DWidthIterator.cpp91 if (UNLIKELY(character == '\t' && m_run.allowTabs())) in characterWidth()
153 if (treatAsSpace && (charData.character != '\t' || !m_run.allowTabs()) in adjustSpacing()
DFont.cpp164 …&& !run.allowTabs(); // If we allow tabs and a tab occurs inside a word, the width of the word var… in width()
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextRun.h189 bool allowTabs() const { return m_allowTabs; } in allowTabs() function
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextController.cpp539 if (ch == '\t' && m_run.allowTabs()) { in adjustGlyphsAndAdvances()
581 …if (treatAsSpace && (ch != '\t' || !m_run.allowTabs()) && (characterIndex > 0 || r > 0) && m_font.… in adjustGlyphsAndAdvances()