Home | History | Annotate | Download | only in editing

Lines Matching refs:endBox

413     InlineBox *endBox = rootBox->lastLeafChild();
415 if (!endBox)
418 RenderObject *endRenderer = endBox->renderer();
426 endBox = endBox->prevLeafChild();
432 } else if (endBox->isInlineTextBox()) {
433 InlineTextBox *endTextBox = static_cast<InlineTextBox *>(endBox);