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

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiResolver.h198 , m_emptyRun(true)
253 void markCurrentRunEmpty() { m_emptyRun = true; }
288 bool m_emptyRun; member in class:blink::BidiResolver
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
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineIterator.h684 if (!m_emptyRun && !m_eor.atEnd() && !m_reachedEndOfLine) {

Completed in 52 milliseconds