Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DPosition.cpp533 InlineBox* otherBox = box; in upstream() local
535 otherBox = otherBox->nextLeafChild(); in upstream()
536 if (!otherBox) in upstream()
538 …if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*… in upstream()
542 otherBox = box; in upstream()
544 otherBox = otherBox->prevLeafChild(); in upstream()
545 if (!otherBox) in upstream()
547 …if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*… in upstream()
645 InlineBox* otherBox = box; in downstream() local
647 otherBox = otherBox->nextLeafChild(); in downstream()
[all …]