Searched defs:rightGap (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRootInlineBox.cpp312 bool leftGap, rightGap; local
313 block()->getSelectionGapInfo(lineState, leftGap, rightGap);
322 if (rightGap)
H A DRenderBlock.cpp2996 bool leftGap, rightGap; local
2997 getSelectionGapInfo(childState, leftGap, rightGap);
3001 if (rightGap)
3071 void RenderBlock::getSelectionGapInfo(SelectionState state, bool& leftGap, bool& rightGap) argument
3077 rightGap = (state == RenderObject::SelectionInside) ||

Completed in 185 milliseconds