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

  /external/webkit/WebCore/rendering/
RenderBlock.h 109 RootInlineBox* lastRootBox() const { return static_cast<RootInlineBox*>(lastLineBox()); }
RenderText.cpp 842 RootInlineBox* lastRootBox = 0;
865 lastRootBox = root;
883 if (lastRootBox)
884 lastRootBox = lastRootBox->nextRootBox();
890 ASSERT(!lastRootBox);
895 for (RootInlineBox* curr = firstRootBox; curr && curr != lastRootBox; curr = curr->nextRootBox()) {
    [all...]

Completed in 33 milliseconds