Home
last modified time | relevance | path

Searched refs:endBox (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
Dvisible_units.cpp413 InlineBox *endBox = rootBox->lastLeafChild(); in endPositionForLine() local
415 if (!endBox) in endPositionForLine()
418 RenderObject *endRenderer = endBox->renderer(); in endPositionForLine()
426 endBox = endBox->prevLeafChild(); in endPositionForLine()
432 } else if (endBox->isInlineTextBox()) { in endPositionForLine()
433 InlineTextBox *endTextBox = static_cast<InlineTextBox *>(endBox); in endPositionForLine()
/external/webkit/Source/WebCore/rendering/
DRootInlineBox.cpp802 Node* RootInlineBox::getLogicalEndBoxWithNode(InlineBox*& endBox) const in getLogicalEndBoxWithNode()
808 endBox = leafBoxesInLogicalOrder[i - 1]; in getLogicalEndBoxWithNode()
809 return endBox->renderer()->node(); in getLogicalEndBoxWithNode()
812 endBox = 0; in getLogicalEndBoxWithNode()