Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRootInlineBox.cpp312 bool leftGap, rightGap; in lineSelectionGap() local
313 block()->getSelectionGapInfo(lineState, leftGap, rightGap); in lineSelectionGap()
319 if (leftGap) in lineSelectionGap()
DRenderBlock.h128 void getSelectionGapInfo(SelectionState, bool& leftGap, bool& rightGap);
DRenderBlock.cpp2996 bool leftGap, rightGap; in blockSelectionGaps() local
2997 getSelectionGapInfo(childState, leftGap, rightGap); in blockSelectionGaps()
2999 if (leftGap) in blockSelectionGaps()
3071 void RenderBlock::getSelectionGapInfo(SelectionState state, bool& leftGap, bool& rightGap) in getSelectionGapInfo() argument
3074 leftGap = (state == RenderObject::SelectionInside) || in getSelectionGapInfo()