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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRootInlineBox.cpp300 bool leftGap, rightGap; local
301 block().getSelectionGapInfo(lineState, leftGap, rightGap);
307 if (leftGap) {
H A DRenderBlock.cpp1979 bool leftGap, rightGap; local
1980 getSelectionGapInfo(childState, leftGap, rightGap);
1982 if (leftGap)
2062 void RenderBlock::getSelectionGapInfo(SelectionState state, bool& leftGap, bool& rightGap) const argument
2065 leftGap = (state == RenderObject::SelectionInside) ||

Completed in 76 milliseconds