HomeSort by relevance Sort by last modified time
    Searched refs:lastTextBox (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/dom/
Position.cpp 545 InlineTextBox* lastTextBox = textRenderer->lastTextBox();
553 if (box == lastTextBox || textOffset != box->start() + box->len() + 1)
565 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*>(otherBox)->start() > textOffset))
574 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*>(otherBox)->start() > textOffset))
667 InlineTextBox* lastTextBox = textRenderer->lastTextBox();
675 if (box == lastTextBox || textOffset != box->start() + box->len())
687 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*>(otherBox)->start() >= textOffset))
696 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*>(otherBox)->start() >= text (…)
    [all...]
  /external/webkit/WebCore/rendering/
RenderText.cpp 339 if (lastTextBox() && point.y() >= lastTextBox()->root()->lineTop() && point.x() >= lastTextBox()->m_x + lastTextBox()->m_width) {
342 offset = lastTextBox()->offsetForPosition(point.x());
343 return createVisiblePosition(offset + lastTextBox()->start(), VP_UPSTREAM_IF_POSSIBLE);
889 } else if (lastTextBox()) {
891 firstRootBox = lastTextBox()->root();
    [all...]
RenderText.h 105 InlineTextBox* lastTextBox() const { return m_lastTextBox; }
RenderLineBoxList.cpp 280 InlineTextBox* textBox = toRenderText(curr)->lastTextBox();

Completed in 43 milliseconds