nextInlineTextBox 1794 Source/core/accessibility/AXRenderObject.cpp     for (RefPtr<AbstractInlineTextBox> box = renderText->firstAbstractInlineTextBox(); box.get(); box = box->nextInlineTextBox()) {
nextInlineTextBox   76 Source/core/rendering/AbstractInlineTextBox.h     PassRefPtr<AbstractInlineTextBox> nextInlineTextBox() const;