Searched defs:startBox (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelection.cpp485 InlineBox* startBox = 0; local
493 startPosition.getInlineBoxAndOffset(startBox, unusedOffset);
496 if (startBox && endBox && startBox->direction() == endBox->direction())
497 return startBox->direction();
H A DVisibleUnits.cpp210 const InlineBox* startBox = textBox; local
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; local
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
723 InlineBox* startBox; local
[all...]

Completed in 353 milliseconds