HomeSort by relevance Sort by last modified time
    Searched refs:m_emptyRun (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/text/
BidiResolver.h 198 , m_emptyRun(true)
253 void markCurrentRunEmpty() { m_emptyRun = true; }
288 bool m_emptyRun;
330 if (!m_emptyRun && !m_eor.atEnd()) {
384 if (!m_emptyRun && m_eor != m_last) {
409 m_emptyRun = true;
422 if (!m_emptyRun && m_eor != m_last) {
449 m_emptyRun = true;
673 m_emptyRun = false;
688 m_emptyRun = true
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineIterator.h 684 if (!m_emptyRun && !m_eor.atEnd() && !m_reachedEndOfLine) {

Completed in 92 milliseconds