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

  /external/webkit/Source/WebCore/rendering/
RenderLineBoxList.cpp 363 RootInlineBox* adjacentBox;
373 adjacentBox = box->prevRootBox();
374 if (adjacentBox)
375 adjacentBox->markDirty();
376 adjacentBox = box->nextRootBox();
377 if (adjacentBox && (adjacentBox->lineBreakObj() == child || child->isBR() || (curr && curr->isBR())))
378 adjacentBox->markDirty();
  /external/webkit/Source/WebCore/editing/
visible_units.cpp     [all...]

Completed in 51 milliseconds