Home | History | Annotate | Download | only in rendering

Lines Matching refs:RootInlineBox

1514         ListHashSet<RootInlineBox*> lineBoxes;
1520 RootInlineBox& box = toRenderBox(o)->inlineBoxWrapper()->root();
1530 for (ListHashSet<RootInlineBox*>::const_iterator it = lineBoxes.begin(); it != lineBoxes.end(); ++it) {
1531 RootInlineBox* box = *it;
2728 void RenderBlock::markLinesDirtyInBlockRange(LayoutUnit logicalTop, LayoutUnit logicalBottom, RootInlineBox* highest)
2733 RootInlineBox* lowestDirtyLine = lastRootBox();
2734 RootInlineBox* afterLowest = lowestDirtyLine;
3051 RootInlineBox* firstRootBoxWithChildren = 0;
3052 RootInlineBox* lastRootBoxWithChildren = 0;
3053 for (RootInlineBox* root = firstRootBox(); root; root = root->nextRootBox()) {
3068 RootInlineBox* nextRootBoxWithChildren = root->nextRootBox();
4199 for (RootInlineBox* box = block->firstRootBox(); box; box = box->nextRootBox()) {
4222 RootInlineBox* RenderBlock::lineAtIndex(int i) const
4230 for (RootInlineBox* box = firstRootBox(); box; box = box->nextRootBox())
4237 if (RootInlineBox* box = toRenderBlock(child)->lineAtIndex(i))
4245 int RenderBlock::lineCount(const RootInlineBox* stopRootInlineBox, bool* found) const
4251 for (RootInlineBox* box = firstRootBox(); box; box = box->nextRootBox()) {
4286 for (RootInlineBox* box = firstRootBox(); box; box = box->nextRootBox()) {
4339 for (RootInlineBox* box = firstRootBox(); box; box = box->nextRootBox())
4538 for (RootInlineBox* curr = firstRootBox(); curr; curr = curr->nextRootBox()) {
4558 for (RootInlineBox* curr = firstRootBox(); curr; curr = curr->nextRootBox()) {
4670 static inline LayoutUnit calculateMinimumPageHeight(RenderStyle* renderStyle, RootInlineBox* lastLine, LayoutUnit lineTop, LayoutUnit lineBottom)
4676 RootInlineBox* line = lastLine;
4688 void RenderBlock::adjustLinePositionForPagination(RootInlineBox* lineBox, LayoutUnit& delta, RenderFlowThread* flowThread)
4932 ListHashSet<RootInlineBox*> lineBoxes;
4944 for (ListHashSet<RootInlineBox*>::const_iterator it = lineBoxes.begin(); it != lineBoxes.end(); ++it) {
4945 RootInlineBox* box = *it;
5018 for (const RootInlineBox* root = firstRootBox(); root; root = root->nextRootBox())