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

  /external/webkit/WebCore/rendering/
RenderSVGInline.cpp 51 InlineRunBox* firstBox = firstLineBox();
53 SVGRootInlineBox* rootBox = firstBox ? static_cast<SVGInlineTextBox*>(firstBox)->svgRootInlineBox() : 0;
62 for (InlineRunBox* curr = firstBox; curr; curr = curr->nextLineBox()) {
70 InlineRunBox* firstBox = firstLineBox();
72 SVGRootInlineBox* rootBox = firstBox ? static_cast<SVGInlineTextBox*>(firstBox)->svgRootInlineBox() : 0;
81 for (InlineRunBox* curr = firstBox; curr; curr = curr->nextLineBox()) {
RootInlineBox.cpp 246 InlineBox* firstBox = firstSelectedBox();
249 result.uniteLeft(block()->fillLeftSelectionGap(firstBox->parent()->renderer(),
250 firstBox->x(), selTop, selHeight,
264 if (firstBox && firstBox != lastBox) {
266 int lastX = firstBox->x() + firstBox->width();
267 bool isPreviousBoxSelected = firstBox->selectionState() != RenderObject::SelectionNone;
268 for (InlineBox* box = firstBox->nextLeafChild(); box; box = box->nextLeafChild()) {
RenderLayer.cpp     [all...]

Completed in 582 milliseconds