Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.cpp300 bool leftGap, rightGap; in lineSelectionGap() local
301 block().getSelectionGapInfo(lineState, leftGap, rightGap); in lineSelectionGap()
307 if (leftGap) { in lineSelectionGap()
DRenderBlock.h168 void getSelectionGapInfo(SelectionState, bool& leftGap, bool& rightGap) const;
DRenderBlock.cpp1979 bool leftGap, rightGap; in blockSelectionGaps() local
1980 getSelectionGapInfo(childState, leftGap, rightGap); in blockSelectionGaps()
1982 if (leftGap) in blockSelectionGaps()
2062 void RenderBlock::getSelectionGapInfo(SelectionState state, bool& leftGap, bool& rightGap) const in getSelectionGapInfo() argument
2065 leftGap = (state == RenderObject::SelectionInside) || in getSelectionGapInfo()