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

  /external/webkit/Source/WebCore/editing/
VisiblePosition.cpp 137 InlineBox* prevBox = box->prevLeafChild();
138 if (!prevBox) {
152 box = prevBox;
154 offset = prevBox->caretRightmostOffset();
161 InlineBox* prevBox = box->prevLeafChild();
164 if (!prevBox) {
173 if (prevBox->bidiLevel() >= level)
176 level = prevBox->bidiLevel();
186 box = prevBox;
194 if (prevBox) {
    [all...]
CompositeEditCommand.cpp 552 InlineTextBox* prevBox = 0;
557 while (prevBox || box) {
558 unsigned gapStart = prevBox ? prevBox->start() + prevBox->len() : 0;
576 prevBox = box;
    [all...]
  /external/webkit/Source/WebCore/dom/
Position.cpp     [all...]

Completed in 184 milliseconds