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 237 InlineBox* firstBox = inlineContainer ? inlineContainer->firstLineBoxIncludingCulling() : firstLineBox();
240 if (!firstBox) {
284 // we won't find a previous sibling, but firstBox can be pointing to a following sibling.
293 box = &firstBox->root();
RootInlineBox.cpp 305 InlineBox* firstBox = firstSelectedBox();
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()) {
    [all...]
RenderInline.cpp 282 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());
    [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 297 milliseconds