Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp2431 …LayoutRect gapRectsBounds = selectionGaps(this, paintOffset, LayoutSize(), lastTop, lastLeft, last… in paintSelection() local
2432 if (!gapRectsBounds.isEmpty()) { in paintSelection()
2434 gapRectsBounds.moveBy(-paintOffset); in paintSelection()
2436 LayoutRect localBounds(gapRectsBounds); in paintSelection()
2438gapRectsBounds = localToContainerQuad(FloatRect(localBounds), layer->renderer()).enclosingBounding… in paintSelection()
2440 gapRectsBounds.move(layer->renderBox()->scrolledContentOffset()); in paintSelection()
2442 layer->addBlockSelectionGapsBounds(gapRectsBounds); in paintSelection()