Searched refs:rightGap (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RootInlineBox.cpp | 428 bool leftGap, rightGap; in lineSelectionGap() local 429 block()->getSelectionGapInfo(lineState, leftGap, rightGap); in lineSelectionGap() 438 if (rightGap) in lineSelectionGap()
|
D | RenderBlock.h | 237 void getSelectionGapInfo(SelectionState, bool& leftGap, bool& rightGap);
|
D | RenderBlock.cpp | 2565 bool leftGap, rightGap; in blockSelectionGaps() local 2566 getSelectionGapInfo(childState, leftGap, rightGap); in blockSelectionGaps() 2570 if (rightGap) in blockSelectionGaps() 2640 void RenderBlock::getSelectionGapInfo(SelectionState state, bool& leftGap, bool& rightGap) in getSelectionGapInfo() argument 2646 rightGap = (state == RenderObject::SelectionInside) || in getSelectionGapInfo()
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
D | dygraph-combined.js | 1 …rightGap;this.area.h=this.height-this.options.axisLabelFontSize-2*this.options.axisTickSize;this.c… property
|