Searched refs:firstBox (Results 1 – 5 of 5) sorted by relevance
51 int *firstBox; member in References::Map56 return firstBox; in getValue()
433 InlineBox* firstBox = firstSelectedBox(); in lineSelectionGap() local437 … firstBox->parent()->renderer(), firstBox->logicalLeft(), selTop, selHeight, paintInfo)); in lineSelectionGap()449 if (firstBox && firstBox != lastBox) { in lineSelectionGap()451 LayoutUnit lastLogicalLeft = firstBox->logicalRight(); in lineSelectionGap()452 bool isPreviousBoxSelected = firstBox->selectionState() != RenderObject::SelectionNone; in lineSelectionGap()453 for (InlineBox* box = firstBox->nextLeafChild(); box; box = box->nextLeafChild()) { in lineSelectionGap()
282 …InlineBox* firstBox = inlineContainer ? inlineContainer->firstLineBoxIncludingCulling() : firstLin… in dirtyLinesFromChangedChild() local285 if (!firstBox) { in dirtyLinesFromChangedChild()334 box = firstBox->root(); in dirtyLinesFromChangedChild()
256 if (InlineBox* firstBox = firstLineBox()) in localCaretRect() local257 caretRect.moveBy(roundedLayoutPoint(firstBox->topLeft())); in localCaretRect()678 if (InlineBox* firstBox = firstLineBoxIncludingCulling()) in offsetLeft() local679 topLeft = flooredLayoutPoint(firstBox->topLeft()); in offsetLeft()686 if (InlineBox* firstBox = firstLineBoxIncludingCulling()) in offsetTop() local687 topLeft = flooredLayoutPoint(firstBox->topLeft()); in offsetTop()
133 const InlineBox* firstBox() const { return m_leafBoxes[0]; } in firstBox() function in WebCore::CachedLogicallyOrderedLeafBoxes240 startBox = leafBoxes.firstBox(); in logicallyPreviousBox()281 startBox = leafBoxes.firstBox(); in logicallyNextBox()