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

  /external/webkit/Source/WebCore/editing/
VisiblePosition.cpp 178 InlineBox* nextBox = box;
180 nextBox = nextBox->nextLeafChild();
181 } while (nextBox && nextBox->bidiLevel() > level);
183 if (nextBox && nextBox->bidiLevel() == level)
209 while (InlineBox* nextBox = box->nextLeafChild()) {
210 if (nextBox->bidiLevel() < level)
212 box = nextBox;
    [all...]
  /external/webkit/Source/WebCore/dom/
Position.cpp     [all...]

Completed in 58 milliseconds