Home
last modified time | relevance | path

Searched defs:nextTextBox (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
DInlineTextBox.h50 InlineTextBox* nextTextBox() const { return static_cast<InlineTextBox*>(nextLineBox()); } in nextTextBox() function
/external/webkit/WebCore/editing/
DTextIterator.cpp362 InlineTextBox *nextTextBox = 0; in handleTextBox() local