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

  /external/webkit/Source/WebCore/editing/
TextIterator.cpp 316 m_textBox = 0;
357 if (!m_textBox && m_remainingTextBox) {
358 m_textBox = m_remainingTextBox;
364 if (m_textBox) {
468 m_textBox = 0;
509 m_textBox = renderer->containsReversedText() ? (m_sortedTextBoxes.isEmpty() ? 0 : m_sortedTextBoxes[0]) : renderer->firstTextBox();
520 m_textBox = 0;
526 while (m_textBox) {
527 unsigned textBoxStart = m_textBox->start();
533 || (m_textBox == firstTextBox && textBoxStart == runStart && runStart > 0)
    [all...]
TextIterator.h 148 InlineTextBox* m_textBox;

Completed in 18 milliseconds