Home
last modified time | relevance | path

Searched refs:firstRootBoxWithChildren (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp3334 RootInlineBox* firstRootBoxWithChildren = 0; in positionForPointWithInlineChildren() local
3339 if (!firstRootBoxWithChildren) in positionForPointWithInlineChildren()
3340 firstRootBoxWithChildren = root; in positionForPointWithInlineChildren()
3374 …stRootBoxWithChildrenTop = min<LayoutUnit>(firstRootBoxWithChildren->selectionTop(), firstRootBoxW… in positionForPointWithInlineChildren()
3377 InlineBox* box = firstRootBoxWithChildren->firstLeafChild(); in positionForPointWithInlineChildren()