Home | History | Annotate | Download | only in editing

Lines Matching refs:startBox

398     InlineBox *startBox = rootBox->firstLeafChild();
401 if (!startBox)
404 RenderObject *startRenderer = startBox->renderer();
412 startBox = startBox->nextLeafChild();
416 if (startBox->isInlineTextBox()) {
417 InlineTextBox *startTextBox = static_cast<InlineTextBox *>(startBox);
1110 static void getLogicalStartBoxAndNode(RootInlineBox* rootBox, InlineBox*& startBox, Node*& startNode)
1114 startBox = 0;
1117 startBox = leafBoxesInLogicalOrder[i];
1118 startNode = startBox->renderer()->node();