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

  /external/webkit/Source/WebCore/editing/
TextIterator.cpp 341 m_textBox = 0;
395 if (!m_textBox && m_remainingTextBox) {
396 m_textBox = m_remainingTextBox;
402 if (m_textBox) {
510 m_textBox = 0;
551 m_textBox = renderer->containsReversedText() ? (m_sortedTextBoxes.isEmpty() ? 0 : m_sortedTextBoxes[0]) : renderer->firstTextBox();
562 m_textBox = 0;
568 while (m_textBox) {
569 unsigned textBoxStart = m_textBox->start();
575 || (m_textBox == firstTextBox && textBoxStart == runStart && runStart > 0)
    [all...]
TextIterator.h 151 InlineTextBox* m_textBox;

Completed in 64 milliseconds