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

/external/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.cpp51 int *firstBox; member in class:References::Map
56 return firstBox;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLineBoxList.cpp237 InlineBox* firstBox = inlineContainer ? inlineContainer->firstLineBoxIncludingCulling() : firstLineBox(); local
240 if (!firstBox) {
284 // we won't find a previous sibling, but firstBox can be pointing to a following sibling.
293 box = &firstBox->root();
H A DRootInlineBox.cpp305 InlineBox* firstBox = firstSelectedBox(); local
309 &firstBox->parent()->renderer(), firstBox->logicalLeft(), selTop, selHeight, paintInfo));
323 if (firstBox && firstBox != lastBox) {
325 LayoutUnit lastLogicalLeft = firstBox->logicalRight();
326 bool isPreviousBoxSelected = firstBox->selectionState() != RenderObject::SelectionNone;
327 for (InlineBox* box = firstBox->nextLeafChild(); box; box = box->nextLeafChild()) {
H A DRenderInline.cpp282 if (InlineBox* firstBox = firstLineBox())
283 caretRect.moveBy(roundedLayoutPoint(firstBox->topLeft()));
707 if (InlineBox* firstBox = firstLineBoxIncludingCulling())
708 topLeft = flooredLayoutPoint(firstBox->topLeft());
715 if (InlineBox* firstBox = firstLineBoxIncludingCulling())
716 topLeft = flooredLayoutPoint(firstBox->topLeft());
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisibleUnits.cpp135 const InlineBox* firstBox() const { return m_leafBoxes[0]; } function in class:blink::CachedLogicallyOrderedLeafBoxes
242 startBox = leafBoxes.firstBox();
283 startBox = leafBoxes.firstBox();

Completed in 1201 milliseconds