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.cpp281 InlineBox* firstBox = inlineContainer ? inlineContainer->firstLineBoxIncludingCulling() : firstLineBox(); local
284 if (!firstBox) {
324 // we won't find a previous sibling, but firstBox can be pointing to a following sibling.
333 box = firstBox->root();
H A DRootInlineBox.cpp439 InlineBox* firstBox = firstSelectedBox(); local
443 firstBox->parent()->renderer(), firstBox->logicalLeft(), selTop, selHeight, paintInfo));
455 if (firstBox && firstBox != lastBox) {
457 LayoutUnit lastLogicalLeft = firstBox->logicalRight();
458 bool isPreviousBoxSelected = firstBox->selectionState() != RenderObject::SelectionNone;
459 for (InlineBox* box = firstBox->nextLeafChild(); box; box = box->nextLeafChild()) {
H A DRenderInline.cpp254 if (InlineBox* firstBox = firstLineBox())
255 caretRect.moveBy(roundedLayoutPoint(firstBox->topLeft()));
676 if (InlineBox* firstBox = firstLineBoxIncludingCulling())
677 topLeft = flooredLayoutPoint(firstBox->topLeft());
684 if (InlineBox* firstBox = firstLineBoxIncludingCulling())
685 topLeft = flooredLayoutPoint(firstBox->topLeft());
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisibleUnits.cpp133 const InlineBox* firstBox() const { return m_leafBoxes[0]; } function in class:WebCore::CachedLogicallyOrderedLeafBoxes
240 startBox = leafBoxes.firstBox();
281 startBox = leafBoxes.firstBox();

Completed in 207 milliseconds