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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.h 124 InlineTextBox* lastTextBox() const { return m_lastTextBox; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRootInlineBox.cpp 258 SVGInlineTextBox* lastTextBox = toSVGInlineTextBox(*last);
261 if (firstTextBox->len() == 1 && firstTextBox->len() == lastTextBox->len()) {
263 RenderSVGInlineText& lastContext = toRenderSVGInlineText(lastTextBox->textRenderer());
268 swapItemsInLayoutAttributes(firstAttributes, lastAttributes, firstTextBox->start(), lastTextBox->start());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.cpp 632 InlineTextBox* lastTextBox = textRenderer->lastTextBox();
640 if (box == lastTextBox || textOffset != box->start() + box->len() + 1)
652 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)->start() > textOffset))
661 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)->start() > textOffset))
756 InlineTextBox* lastTextBox = textRenderer->lastTextBox();
764 if (box == lastTextBox || textOffset != box->start() + box->len())
776 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)->start() >= textOffset))
785 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)->start() >= textOffset)
    [all...]

Completed in 56 milliseconds