Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.h596 Position positionForBox(InlineBox*, bool start = true) const;
DRenderBlock.cpp3264 Position RenderBlock::positionForBox(InlineBox *box, bool start) const in positionForBox() function in WebCore::RenderBlock
3383 return PositionWithAffinity(positionForBox(box, true), DOWNSTREAM); in positionForPointWithInlineChildren()
3401 return PositionWithAffinity(positionForBox(logicallyLastBox, false), DOWNSTREAM); in positionForPointWithInlineChildren()