Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderText.h150 bool isAllASCII() const { return m_isAllASCII; } in isAllASCII()
173 bool m_isAllASCII : 1; variable
DRenderText.cpp69 , m_isAllASCII(charactersAreAllASCII(m_text.get())) in RenderText()
434 if (f.isFixedPitch() && !f.isSmallCaps() && m_isAllASCII) { in widthFromCache()
1006 m_isAllASCII = charactersAreAllASCII(m_text.get()); in setTextInternal()
/external/webkit/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