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

  /external/webkit/WebCore/rendering/
RenderText.cpp 136 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox())
171 for (InlineTextBox* curr = box; curr; curr = curr->nextTextBox()) {
185 m_firstTextBox = box->nextTextBox();
188 if (box->nextTextBox())
189 box->nextTextBox()->setPreviousLineBox(box->prevTextBox());
191 box->prevTextBox()->setNextLineBox(box->nextTextBox());
202 next = curr->nextTextBox();
217 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox())
235 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) {
262 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox())
    [all...]
RenderSVGInlineText.cpp 128 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox())
169 for (SVGInlineTextBox* box = textBox; box; box = static_cast<SVGInlineTextBox*>(box->nextTextBox())) {
InlineTextBox.h 50 InlineTextBox* nextTextBox() const { return static_cast<InlineTextBox*>(nextLineBox()); }
RenderTreeAsText.cpp 425 for (InlineTextBox* box = text.firstTextBox(); box; box = box->nextTextBox()) {
SVGRenderTreeAsText.cpp 448 for (InlineTextBox* box = text.firstTextBox(); box; box = box->nextTextBox())
  /external/webkit/WebCore/editing/
TextIterator.cpp 468 for (InlineTextBox* textBox = renderer->firstTextBox(); textBox; textBox = textBox->nextTextBox()) {
508 InlineTextBox* nextTextBox = 0;
511 nextTextBox = m_sortedTextBoxes[m_sortedTextBoxesPosition + 1];
513 nextTextBox = m_textBox->nextTextBox();
537 int nextRunStart = nextTextBox ? nextTextBox->start() : str.length();
540 m_textBox = nextTextBox;
546 m_textBox = nextTextBox;
    [all...]
CompositeEditCommand.cpp 530 box = box->nextTextBox();
    [all...]
  /external/webkit/WebCore/dom/
Position.cpp 355 for (InlineTextBox *box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) {
546 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) {
668 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) {
772 for (InlineTextBox *box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) {
808 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) {
    [all...]
  /external/webkit/WebKit/android/nav/
CacheBuilder.cpp 562 textBox = textBox->nextTextBox();
    [all...]
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 905 box = box->nextTextBox();
    [all...]

Completed in 295 milliseconds