Home
last modified time | relevance | path

Searched refs:firstAbstractInlineTextBox (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.h146 PassRefPtr<AbstractInlineTextBox> firstAbstractInlineTextBox();
DRenderText.cpp1866 PassRefPtr<AbstractInlineTextBox> RenderText::firstAbstractInlineTextBox() in firstAbstractInlineTextBox() function in blink::RenderText
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXRenderObject.cpp1803 …for (RefPtr<AbstractInlineTextBox> box = renderText->firstAbstractInlineTextBox(); box.get(); box … in addInlineTextBoxChildren()