Home
last modified time | relevance | path

Searched refs:m_isAllASCII (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderText.h160 bool isAllASCII() const { return m_isAllASCII; } in isAllASCII()
187 bool m_isAllASCII : 1; variable
DRenderText.cpp139 , m_isAllASCII(m_text.containsOnlyASCII()) in RenderText()
621 …if (f.isFixedPitch() && !f.isSmallCaps() && m_isAllASCII && (!glyphOverflow || !glyphOverflow->com… in widthFromCache()
1191 m_isAllASCII = m_text.containsOnlyASCII(); in setTextInternal()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1462229 m_allAscii flag to m_isAllASCII.
62232 Initialize m_isAllASCII. Changed all occurrences of m_str->length() and
62258 set the m_isAllASCII flag every time, in the more-efficient way we use elsewhere