Home
last modified time | relevance | path

Searched refs:firstBox (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Analysis/inlining/
Dfalse-positive-suppression.cpp51 int *firstBox; member in References::Map
56 return firstBox; in getValue()
/external/webkit/Source/WebCore/rendering/
DRootInlineBox.cpp317 InlineBox* firstBox = firstSelectedBox(); in lineSelectionGap() local
321firstBox->parent()->renderer(), firstBox->logicalLeft(), selTop, selHeight, paintInfo)); in lineSelectionGap()
333 if (firstBox && firstBox != lastBox) { in lineSelectionGap()
335 int lastLogicalLeft = firstBox->logicalRight(); in lineSelectionGap()
336 bool isPreviousBoxSelected = firstBox->selectionState() != RenderObject::SelectionNone; in lineSelectionGap()
337 for (InlineBox* box = firstBox->nextLeafChild(); box; box = box->nextLeafChild()) { in lineSelectionGap()
DRenderLineBoxList.cpp321 …InlineBox* firstBox = inlineContainer ? inlineContainer->firstLineBoxIncludingCulling() : firstLin… in dirtyLinesFromChangedChild() local
324 if (!firstBox) { in dirtyLinesFromChangedChild()
359 box = firstBox->root(); in dirtyLinesFromChangedChild()
DRenderInline.cpp639 if (InlineBox* firstBox = firstLineBoxIncludingCulling()) in offsetLeft() local
640 x += firstBox->x(); in offsetLeft()
647 if (InlineBox* firstBox = firstLineBoxIncludingCulling()) in offsetTop() local
648 y += firstBox->y(); in offsetTop()