Home | History | Annotate | Download | only in editing

Lines Matching refs:startBox

210     const InlineBox* startBox = textBox;
212 const InlineTextBox* previousBox = leafBoxes.previousTextBox(&startBox->root(), textBox);
216 previousBox = leafBoxes.previousTextBox(startBox->root().prevRootBox(), 0);
221 Node* startNode = startBox->renderer().nonPseudoNode();
242 startBox = leafBoxes.firstBox();
251 const InlineBox* startBox = textBox;
253 const InlineTextBox* nextBox = leafBoxes.nextTextBox(&startBox->root(), textBox);
257 nextBox = leafBoxes.nextTextBox(startBox->root().nextRootBox(), 0);
262 Node* startNode =startBox->renderer().nonPseudoNode();
283 startBox = leafBoxes.firstBox();
729 InlineBox* startBox;
731 startNode = rootBox->getLogicalStartBoxWithNode(startBox);
737 startBox = rootBox->firstLeafChild();
739 if (!startBox)
742 startNode = startBox->renderer().nonPseudoNode();
746 startBox = startBox->nextLeafChild();
750 return VisiblePosition(startNode->isTextNode() ? Position(toText(startNode), toInlineTextBox(startBox)->start()) : positionBeforeNode(startNode));