Searched refs:getSelectionGapInfo (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.h168 void getSelectionGapInfo(SelectionState, bool& leftGap, bool& rightGap) const;
H A DRootInlineBox.cpp301 block().getSelectionGapInfo(lineState, leftGap, rightGap);
H A DRenderBlock.cpp1980 getSelectionGapInfo(childState, leftGap, rightGap);
2062 void RenderBlock::getSelectionGapInfo(SelectionState state, bool& leftGap, bool& rightGap) const function in class:blink::RenderBlock

Completed in 82 milliseconds