Searched refs:leftGap (Results 1 – 3 of 3) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | RootInlineBox.cpp | 233 bool leftGap, rightGap; in fillLineSelectionGap() local 234 block()->getHorizontalSelectionGapInfo(lineState, leftGap, rightGap); in fillLineSelectionGap() 240 if (leftGap) in fillLineSelectionGap()
|
D | RenderBlock.h | 133 void getHorizontalSelectionGapInfo(SelectionState, bool& leftGap, bool& rightGap);
|
D | RenderBlock.cpp | 2213 bool leftGap, rightGap; in fillBlockSelectionGaps() local 2214 getHorizontalSelectionGapInfo(childState, leftGap, rightGap); in fillBlockSelectionGaps() 2216 if (leftGap) in fillBlockSelectionGaps() 2298 void RenderBlock::getHorizontalSelectionGapInfo(SelectionState state, bool& leftGap, bool& rightGap) in getHorizontalSelectionGapInfo() argument 2301 leftGap = (state == RenderObject::SelectionInside) || in getHorizontalSelectionGapInfo() 3869 int leftGap = colGap / 2; in adjustPointToColumnContents() local 3875 …IntRect gapAndColumnRect(colRect.x() - leftGap, colRect.y(), colRect.width() + colGap, colRect.hei… in adjustPointToColumnContents()
|