Home | History | Annotate | Download | only in rendering

Lines Matching refs:root

132                 RootInlineBox* next = firstTextBox()->root()->nextRootBox();
333 if (firstTextBox() && point.y() < firstTextBox()->root()->lineBottom() && point.x() < firstTextBox()->m_x) {
339 if (lastTextBox() && point.y() >= lastTextBox()->root()->lineTop() && point.x() >= lastTextBox()->m_x + lastTextBox()->m_width) {
348 if (point.y() >= box->root()->lineTop()) {
349 int bottom = box->root()->nextRootBox() ? box->root()->nextRootBox()->lineTop() : box->root()->lineBottom();
392 int height = box->root()->lineBottom() - box->root()->lineTop();
393 int top = box->root()->lineTop();
402 int rootLeft = box->root()->x();
403 int rootRight = rootLeft + box->root()->width();
404 // FIXME: should we use the width of the root inline box or the
407 *extraWidthToEndOfLine = (box->root()->width() + rootLeft) - (left + 1);
417 // If there is no wrapping, the caret can leave its containing block, but not its root line box.
816 RootInlineBox* line = box->root();
823 RootInlineBox* line = box->root();
855 RootInlineBox* root = curr->root();
857 firstRootBox = root;
859 // The affected area was in between two runs. Go ahead and mark the root box of
865 lastRootBox = root;
891 firstRootBox = lastTextBox()->root();
1186 if (EllipsisBox* ellipsis = box->root()->ellipsisBox()) {