Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DPosition.cpp560 InlineBox* otherBox = box; in upstream() local
562 otherBox = otherBox->nextLeafChild(); in upstream()
563 if (!otherBox) in upstream()
565 …if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*… in upstream()
569 otherBox = box; in upstream()
571 otherBox = otherBox->prevLeafChild(); in upstream()
572 if (!otherBox) in upstream()
574 …if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*… in upstream()
682 InlineBox* otherBox = box; in downstream() local
684 otherBox = otherBox->nextLeafChild(); in downstream()
[all …]