Searched refs:firstBox (Results 1 – 5 of 5) sorted by relevance
51 int *firstBox; member in References::Map56 return firstBox; in getValue()
237 …InlineBox* firstBox = inlineContainer ? inlineContainer->firstLineBoxIncludingCulling() : firstLin… in dirtyLinesFromChangedChild() local240 if (!firstBox) { in dirtyLinesFromChangedChild()293 box = &firstBox->root(); in dirtyLinesFromChangedChild()
305 InlineBox* firstBox = firstSelectedBox(); in lineSelectionGap() local309 … &firstBox->parent()->renderer(), firstBox->logicalLeft(), selTop, selHeight, paintInfo)); in lineSelectionGap()323 if (firstBox && firstBox != lastBox) { in lineSelectionGap()325 LayoutUnit lastLogicalLeft = firstBox->logicalRight(); in lineSelectionGap()326 bool isPreviousBoxSelected = firstBox->selectionState() != RenderObject::SelectionNone; in lineSelectionGap()327 for (InlineBox* box = firstBox->nextLeafChild(); box; box = box->nextLeafChild()) { in lineSelectionGap()
282 if (InlineBox* firstBox = firstLineBox()) in localCaretRect() local283 caretRect.moveBy(roundedLayoutPoint(firstBox->topLeft())); in localCaretRect()707 if (InlineBox* firstBox = firstLineBoxIncludingCulling()) in offsetLeft() local708 topLeft = flooredLayoutPoint(firstBox->topLeft()); in offsetLeft()715 if (InlineBox* firstBox = firstLineBoxIncludingCulling()) in offsetTop() local716 topLeft = flooredLayoutPoint(firstBox->topLeft()); in offsetTop()
135 const InlineBox* firstBox() const { return m_leafBoxes[0]; } in firstBox() function in blink::CachedLogicallyOrderedLeafBoxes242 startBox = leafBoxes.firstBox(); in logicallyPreviousBox()283 startBox = leafBoxes.firstBox(); in logicallyNextBox()