Searched refs:nextInlineTextBox (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DAbstractInlineTextBox.h76 PassRefPtr<AbstractInlineTextBox> nextInlineTextBox() const;
H A DAbstractInlineTextBox.cpp76 PassRefPtr<AbstractInlineTextBox> AbstractInlineTextBox::nextInlineTextBox() const function in class:blink::AbstractInlineTextBox
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXRenderObject.cpp1803 for (RefPtr<AbstractInlineTextBox> box = renderText->firstAbstractInlineTextBox(); box.get(); box = box->nextInlineTextBox()) {

Completed in 1911 milliseconds