Searched refs:positionForBox (Results 1 – 2 of 2) sorted by relevance
596 Position positionForBox(InlineBox*, bool start = true) const;
3264 Position RenderBlock::positionForBox(InlineBox *box, bool start) const in positionForBox() function in WebCore::RenderBlock3383 return PositionWithAffinity(positionForBox(box, true), DOWNSTREAM); in positionForPointWithInlineChildren()3401 return PositionWithAffinity(positionForBox(logicallyLastBox, false), DOWNSTREAM); in positionForPointWithInlineChildren()