Home
last modified time | relevance | path

Searched refs:leftGap (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/rendering/
DRootInlineBox.cpp233 bool leftGap, rightGap; in fillLineSelectionGap() local
234 block()->getHorizontalSelectionGapInfo(lineState, leftGap, rightGap); in fillLineSelectionGap()
240 if (leftGap) in fillLineSelectionGap()
DRenderBlock.h133 void getHorizontalSelectionGapInfo(SelectionState, bool& leftGap, bool& rightGap);
DRenderBlock.cpp2213 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()