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

  /external/clang/test/Analysis/inlining/
false-positive-suppression.cpp 51 int *firstBox;
56 return firstBox;
  /external/webkit/Source/WebCore/rendering/
RenderLineBoxList.cpp 321 InlineBox* firstBox = inlineContainer ? inlineContainer->firstLineBoxIncludingCulling() : firstLineBox();
324 if (!firstBox) {
359 box = firstBox->root();
RootInlineBox.cpp 317 InlineBox* firstBox = firstSelectedBox();
321 firstBox->parent()->renderer(), firstBox->logicalLeft(), selTop, selHeight, paintInfo));
333 if (firstBox && firstBox != lastBox) {
335 int lastLogicalLeft = firstBox->logicalRight();
336 bool isPreviousBoxSelected = firstBox->selectionState() != RenderObject::SelectionNone;
337 for (InlineBox* box = firstBox->nextLeafChild(); box; box = box->nextLeafChild()) {
    [all...]

Completed in 39 milliseconds