Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRootInlineBox.cpp241 bool leftGap, rightGap; in fillLineSelectionGap() local
242 block()->getHorizontalSelectionGapInfo(lineState, leftGap, rightGap); in fillLineSelectionGap()
252 if (rightGap) in fillLineSelectionGap()
DRenderBlock.h122 void getHorizontalSelectionGapInfo(SelectionState, bool& leftGap, bool& rightGap);
DRenderBlock.cpp2161 bool leftGap, rightGap; in fillBlockSelectionGaps() local
2162 getHorizontalSelectionGapInfo(childState, leftGap, rightGap); in fillBlockSelectionGaps()
2166 if (rightGap) in fillBlockSelectionGaps()
2246 void RenderBlock::getHorizontalSelectionGapInfo(SelectionState state, bool& leftGap, bool& rightGap) in getHorizontalSelectionGapInfo() argument
2252 rightGap = (state == RenderObject::SelectionInside) || in getHorizontalSelectionGapInfo()