Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRootInlineBox.h52 RootInlineBox* prevRootBox() { return static_cast<RootInlineBox*>(m_prevLine); } in prevRootBox() function
Dbidi.cpp1265 if (RootInlineBox* prevRootBox = curr->prevRootBox()) { in determineStartPosition() local