Home
last modified time | relevance | path

Searched defs:shouldClip (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.cpp1180 …bool shouldClip = backgroundObject->hasLayer() && (backgroundObject == this || backgroundObject ==… in paintBackgroundsBehindCell() local
DRenderLayer.cpp2166 …bool shouldClip = localPaintingInfo.clipToDirtyRect && layerFragments.size() == 1 && layerFragment… in paintForegroundForFragments() local
2188 bool shouldClip = localPaintingInfo.clipToDirtyRect && layerFragments.size() > 1; in paintForegroundForFragmentsWithPhase() local
/external/chromium_org/third_party/WebKit/Source/core/paint/
DBoxPainter.cpp1625 bool shouldClip = clipForStyle || clipAdjacentSide1 || clipAdjacentSide2; in paintOneBorderSide() local