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 282 InlineBox* firstBox = inlineContainer ? inlineContainer->firstLineBoxIncludingCulling() : firstLineBox();
285 if (!firstBox) {
325 // we won't find a previous sibling, but firstBox can be pointing to a following sibling.
334 box = firstBox->root();
RootInlineBox.cpp 433 InlineBox* firstBox = firstSelectedBox();
437 firstBox->parent()->renderer(), firstBox->logicalLeft(), selTop, selHeight, paintInfo));
449 if (firstBox && firstBox != lastBox) {
451 LayoutUnit lastLogicalLeft = firstBox->logicalRight();
452 bool isPreviousBoxSelected = firstBox->selectionState() != RenderObject::SelectionNone;
453 for (InlineBox* box = firstBox->nextLeafChild(); box; box = box->nextLeafChild()) {
    [all...]
RenderInline.cpp 256 if (InlineBox* firstBox = firstLineBox())
257 caretRect.moveBy(roundedLayoutPoint(firstBox->topLeft()));
678 if (InlineBox* firstBox = firstLineBoxIncludingCulling())
679 topLeft = flooredLayoutPoint(firstBox->topLeft());
686 if (InlineBox* firstBox = firstLineBoxIncludingCulling())
687 topLeft = flooredLayoutPoint(firstBox->topLeft());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleUnits.cpp 133 const InlineBox* firstBox() const { return m_leafBoxes[0]; }
240 startBox = leafBoxes.firstBox();
281 startBox = leafBoxes.firstBox();
    [all...]

Completed in 617 milliseconds