HomeSort by relevance Sort by last modified time
    Searched refs:firstBox (Results 1 - 5 of 5) sorted by null

  /external/clang/test/Analysis/inlining/
false-positive-suppression.cpp 51 int *firstBox;
56 return firstBox;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLineBoxList.cpp 279 InlineBox* firstBox = inlineContainer ? inlineContainer->firstLineBoxIncludingCulling() : firstLineBox();
282 if (!firstBox) {
322 // we won't find a previous sibling, but firstBox can be pointing to a following sibling.
331 box = &firstBox->root();
RootInlineBox.cpp 314 InlineBox* firstBox = firstSelectedBox();
318 &firstBox->parent()->renderer(), firstBox->logicalLeft(), selTop, selHeight, paintInfo));
332 if (firstBox && firstBox != lastBox) {
334 LayoutUnit lastLogicalLeft = firstBox->logicalRight();
335 bool isPreviousBoxSelected = firstBox->selectionState() != RenderObject::SelectionNone;
336 for (InlineBox* box = firstBox->nextLeafChild(); box; box = box->nextLeafChild()) {
    [all...]
RenderInline.cpp 267 if (InlineBox* firstBox = firstLineBox())
268 caretRect.moveBy(roundedLayoutPoint(firstBox->topLeft()));
689 if (InlineBox* firstBox = firstLineBoxIncludingCulling())
690 topLeft = flooredLayoutPoint(firstBox->topLeft());
697 if (InlineBox* firstBox = firstLineBoxIncludingCulling())
698 topLeft = flooredLayoutPoint(firstBox->topLeft());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleUnits.cpp 135 const InlineBox* firstBox() const { return m_leafBoxes[0]; }
242 startBox = leafBoxes.firstBox();
283 startBox = leafBoxes.firstBox();
    [all...]

Completed in 117 milliseconds