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/
DRootInlineBox.cpp433 InlineBox* firstBox = firstSelectedBox(); in lineSelectionGap() local
437firstBox->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()
DRenderLineBoxList.cpp282 …InlineBox* firstBox = inlineContainer ? inlineContainer->firstLineBoxIncludingCulling() : firstLin… in dirtyLinesFromChangedChild() local
285 if (!firstBox) { in dirtyLinesFromChangedChild()
334 box = firstBox->root(); in dirtyLinesFromChangedChild()
DRenderInline.cpp256 if (InlineBox* firstBox = firstLineBox()) in localCaretRect() local
257 caretRect.moveBy(roundedLayoutPoint(firstBox->topLeft())); in localCaretRect()
678 if (InlineBox* firstBox = firstLineBoxIncludingCulling()) in offsetLeft() local
679 topLeft = flooredLayoutPoint(firstBox->topLeft()); in offsetLeft()
686 if (InlineBox* firstBox = firstLineBoxIncludingCulling()) in offsetTop() local
687 topLeft = flooredLayoutPoint(firstBox->topLeft()); in offsetTop()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleUnits.cpp133 const InlineBox* firstBox() const { return m_leafBoxes[0]; } in firstBox() function in WebCore::CachedLogicallyOrderedLeafBoxes
240 startBox = leafBoxes.firstBox(); in logicallyPreviousBox()
281 startBox = leafBoxes.firstBox(); in logicallyNextBox()