Home
last modified time | relevance | path

Searched refs:m_emptyRun (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
DBidiResolver.h173 , m_emptyRun(true) in BidiResolver()
226 void markCurrentRunEmpty() { m_emptyRun = true; } in markCurrentRunEmpty()
258 bool m_emptyRun; variable
293 if (!m_emptyRun && !m_eor.atEnd()) { in appendRun()
347 if (!m_emptyRun && m_eor != m_last) { in lowerExplicitEmbeddingLevel()
372 m_emptyRun = true; in lowerExplicitEmbeddingLevel()
385 if (!m_emptyRun && m_eor != m_last) { in raiseExplicitEmbeddingLevel()
412 m_emptyRun = true; in raiseExplicitEmbeddingLevel()
596 m_emptyRun = false; in createBidiRunsForLine()
611 m_emptyRun = true; in createBidiRunsForLine()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineIterator.h617 if (!m_emptyRun && !m_eor.atEnd() && !m_reachedEndOfLine) { in appendRun()