Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.h238 RenderBlock* blockBeforeWithinSelectionRoot(LayoutSize& offset) const;
DRootInlineBox.cpp554 if (RenderBlock* block = root()->block()->blockBeforeWithinSelectionRoot(offsetToBlockBefore)) { in selectionTopAdjustedForPrecedingBlock()
DRenderBlock.cpp2687 RenderBlock* RenderBlock::blockBeforeWithinSelectionRoot(LayoutSize& offset) const in blockBeforeWithinSelectionRoot() function in WebCore::RenderBlock