Home | History | Annotate | Download | only in rendering

Lines Matching refs:RootInlineBox

1542         ListHashSet<RootInlineBox*> lineBoxes;
1548 RootInlineBox& box = toRenderBox(o)->inlineBoxWrapper()->root();
1558 for (ListHashSet<RootInlineBox*>::const_iterator it = lineBoxes.begin(); it != lineBoxes.end(); ++it) {
1559 RootInlineBox* box = *it;
2333 void RenderBlock::markLinesDirtyInBlockRange(LayoutUnit logicalTop, LayoutUnit logicalBottom, RootInlineBox* highest)
2338 RootInlineBox* lowestDirtyLine = lastRootBox();
2339 RootInlineBox* afterLowest = lowestDirtyLine;
2650 RootInlineBox* firstRootBoxWithChildren = 0;
2651 RootInlineBox* lastRootBoxWithChildren = 0;
2652 for (RootInlineBox* root = firstRootBox(); root; root = root->nextRootBox()) {
2667 RootInlineBox* nextRootBoxWithChildren = root->nextRootBox();
3791 for (RootInlineBox* box = toRenderBlockFlow(block)->firstRootBox(); box; box = box->nextRootBox()) {
3814 RootInlineBox* RenderBlock::lineAtIndex(int i) const
3822 for (RootInlineBox* box = firstRootBox(); box; box = box->nextRootBox())
3829 if (RootInlineBox* box = toRenderBlock(child)->lineAtIndex(i))
3837 int RenderBlock::lineCount(const RootInlineBox* stopRootInlineBox, bool* found) const
3843 for (RootInlineBox* box = firstRootBox(); box; box = box->nextRootBox()) {
3877 for (RootInlineBox* box = firstRootBox(); box; box = box->nextRootBox())
3998 for (RootInlineBox* curr = firstRootBox(); curr; curr = curr->nextRootBox()) {
4018 for (RootInlineBox* curr = firstRootBox(); curr; curr = curr->nextRootBox()) {
4274 ListHashSet<RootInlineBox*> lineBoxes;
4286 for (ListHashSet<RootInlineBox*>::const_iterator it = lineBoxes.begin(); it != lineBoxes.end(); ++it) {
4287 RootInlineBox* box = *it;
4377 for (const RootInlineBox* root = firstRootBox(); root; root = root->nextRootBox())