Home | History | Annotate | Download | only in rendering

Lines Matching refs:root

180         int selTop = ty + m_inlineBoxWrapper->root()->selectionTop();
181 int selBottom = ty + selTop + m_inlineBoxWrapper->root()->selectionHeight();
237 RootInlineBox* root = box->root();
239 int top = root->lineTop();
240 int bottom = root->nextRootBox() ? root->nextRootBox()->lineTop() : root->lineBottom();
286 RootInlineBox* root = m_inlineBoxWrapper->root();
287 return IntRect(0, root->selectionTop() - y(), width(), root->selectionHeight());
294 RootInlineBox* line = m_inlineBoxWrapper->root();