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 173 , m_emptyRun(true)
226 void markCurrentRunEmpty() { m_emptyRun = true; }
258 bool m_emptyRun;
293 if (!m_emptyRun && !m_eor.atEnd()) {
347 if (!m_emptyRun && m_eor != m_last) {
372 m_emptyRun = true;
385 if (!m_emptyRun && m_eor != m_last) {
412 m_emptyRun = true;
596 m_emptyRun = false;
611 m_emptyRun = true
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineIterator.h 617 if (!m_emptyRun && !m_eor.atEnd() && !m_reachedEndOfLine) {

Completed in 24 milliseconds