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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelection.cpp486 InlineBox* endBox = 0; local
495 endPosition.getInlineBoxAndOffset(endBox, unusedOffset);
496 if (startBox && endBox && startBox->direction() == endBox->direction())
H A DVisibleUnits.cpp790 InlineBox* endBox; local
792 endNode = rootBox->getLogicalEndBoxWithNode(endBox);
798 endBox = rootBox->lastLeafChild();
800 if (!endBox)
803 endNode = endBox->renderer().nonPseudoNode();
807 endBox = endBox->prevLeafChild();
814 else if (endBox->isInlineTextBox() && endNode->isTextNode()) {
815 InlineTextBox* endTextBox = toInlineTextBox(endBox);

Completed in 3927 milliseconds