Searched defs:leftGap (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);
319 if (leftGap)
H A DRenderBlock.cpp2977 bool leftGap, rightGap; local
2978 getSelectionGapInfo(childState, leftGap, rightGap);
2980 if (leftGap)
3052 void RenderBlock::getSelectionGapInfo(SelectionState state, bool& leftGap, bool& rightGap) argument
3055 leftGap = (state == RenderObject::SelectionInside) ||

Completed in 296 milliseconds