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

  /external/webkit/WebCore/platform/text/
BidiResolver.h 134 , emptyRun(true)
193 bool emptyRun;
281 if (!emptyRun && !eor.atEnd()) {
315 if (!emptyRun && eor != last) {
349 emptyRun = true;
361 if (!emptyRun && eor != last) {
397 emptyRun = true;
449 emptyRun = true;
522 emptyRun = true;
786 lastBeforeET = emptyRun ? eor : last
    [all...]
  /external/webkit/WebCore/rendering/
InlineIterator.h 237 if (!emptyRun && !eor.atEnd()) {

Completed in 3366 milliseconds