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

  /external/webkit/Source/WebCore/rendering/
InlineTextBox.h 57 InlineTextBox* nextTextBox() const { return m_nextTextBox; }
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp 502 for (InlineTextBox* textBox = renderer->firstTextBox(); textBox; textBox = textBox->nextTextBox()) {
548 InlineTextBox* nextTextBox = 0;
551 nextTextBox = m_sortedTextBoxes[m_sortedTextBoxesPosition + 1];
553 nextTextBox = m_textBox->nextTextBox();
577 unsigned nextRunStart = nextTextBox ? nextTextBox->start() : str.length();
580 m_textBox = nextTextBox;
586 m_textBox = nextTextBox;
    [all...]

Completed in 115 milliseconds