Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.h47 RootInlineBox* prevRootBox() const { return static_cast<RootInlineBox*>(m_prevLineBox); } in prevRootBox() function
DRenderBlockLineLayout.cpp1844 if (RootInlineBox* prevRootBox = curr->prevRootBox()) { in determineStartPosition() local