Home
last modified time | relevance | path

Searched defs:nextRootBox (Results 1 – 3 of 3) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRootInlineBox.h45 RootInlineBox* nextRootBox() const { return static_cast<RootInlineBox*>(m_nextLineBox); } in nextRootBox() function
H A DRenderLineBoxList.cpp247 if (RootInlineBox* nextRootBox = curr->root()->nextRootBox()) in paint() local
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Drender_line.h504 RootInlineBox *nextRootBox() const in nextRootBox() function