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

/external/webkit/Source/WebCore/platform/text/
H A DBidiResolver.h159 , m_emptyRun(true)
192 void markCurrentRunEmpty() { m_emptyRun = true; }
210 bool m_emptyRun; member in class:WebCore::BidiResolver
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
[all...]

Completed in 186 milliseconds