Home
last modified time | relevance | path

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

/external/clang/test/Analysis/inlining/
Dfalse-positive-suppression.cpp51 int *firstBox; member in References::Map
56 return firstBox; in getValue()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLineBoxList.cpp237 …InlineBox* firstBox = inlineContainer ? inlineContainer->firstLineBoxIncludingCulling() : firstLin… in dirtyLinesFromChangedChild() local
240 if (!firstBox) { in dirtyLinesFromChangedChild()
293 box = &firstBox->root(); in dirtyLinesFromChangedChild()
DRootInlineBox.cpp305 InlineBox* firstBox = firstSelectedBox(); in lineSelectionGap() local
309 … &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()
DRenderInline.cpp282 if (InlineBox* firstBox = firstLineBox()) in localCaretRect() local
283 caretRect.moveBy(roundedLayoutPoint(firstBox->topLeft())); in localCaretRect()
707 if (InlineBox* firstBox = firstLineBoxIncludingCulling()) in offsetLeft() local
708 topLeft = flooredLayoutPoint(firstBox->topLeft()); in offsetLeft()
715 if (InlineBox* firstBox = firstLineBoxIncludingCulling()) in offsetTop() local
716 topLeft = flooredLayoutPoint(firstBox->topLeft()); in offsetTop()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleUnits.cpp135 const InlineBox* firstBox() const { return m_leafBoxes[0]; } in firstBox() function in blink::CachedLogicallyOrderedLeafBoxes
242 startBox = leafBoxes.firstBox(); in logicallyPreviousBox()
283 startBox = leafBoxes.firstBox(); in logicallyNextBox()