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

  /external/webkit/Source/WebCore/platform/text/
BidiResolver.h 159 , m_emptyRun(true)
192 void markCurrentRunEmpty() { m_emptyRun = true; }
210 bool m_emptyRun;
232 if (!m_emptyRun && !m_eor.atEnd()) {
283 if (!m_emptyRun && m_eor != m_last) {
308 m_emptyRun = true;
321 if (!m_emptyRun && m_eor != m_last) {
348 m_emptyRun = true;
482 m_emptyRun = false;
497 m_emptyRun = true
    [all...]
  /external/webkit/Source/WebCore/rendering/
InlineIterator.h 267 if (!m_emptyRun && !m_eor.atEnd()) {

Completed in 53 milliseconds