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.cpp2996 bool leftGap, rightGap; local
2997 getSelectionGapInfo(childState, leftGap, rightGap);
2999 if (leftGap)
3071 void RenderBlock::getSelectionGapInfo(SelectionState state, bool& leftGap, bool& rightGap) argument
3074 leftGap = (state == RenderObject::SelectionInside) ||

Completed in 67 milliseconds