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

  /external/webkit/WebCore/rendering/
RenderText.h 105 InlineTextBox* lastTextBox() const { return m_lastTextBox; }
  /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...]

Completed in 42 milliseconds