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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLineBoxList.cpp 281 InlineBox* firstBox = inlineContainer ? inlineContainer->firstLineBoxIncludingCulling() : firstLineBox();
284 if (!firstBox) {
324 // we won't find a previous sibling, but firstBox can be pointing to a following sibling.
333 box = firstBox->root();
RootInlineBox.cpp 439 InlineBox* firstBox = firstSelectedBox();
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()) {
    [all...]
  /external/clang/test/Analysis/inlining/
false-positive-suppression.cpp 51 int *firstBox;
56 return firstBox;
  /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 155 milliseconds