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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRootInlineBox.cpp300 bool leftGap, rightGap; local
301 block().getSelectionGapInfo(lineState, leftGap, rightGap);
311 if (rightGap) {
H A DRenderBlock.h168 void getSelectionGapInfo(SelectionState, bool& leftGap, bool& rightGap) const;
H A DRenderBlock.cpp1979 bool leftGap, rightGap; local
1980 getSelectionGapInfo(childState, leftGap, rightGap);
1984 if (rightGap)
2062 void RenderBlock::getSelectionGapInfo(SelectionState state, bool& leftGap, bool& rightGap) const
2068 rightGap = (state == RenderObject::SelectionInside) ||

Completed in 151 milliseconds