Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DFillLayer.h172 bool clipOccludesNextLayers(bool firstLayer) const;
DFillLayer.cpp327 bool FillLayer::clipOccludesNextLayers(bool firstLayer) const in clipOccludesNextLayers() function in WebCore::FillLayer
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp1584 …if (curLayer->clipOccludesNextLayers(curLayer == fillLayer) && curLayer->hasOpaqueImage(this) && c… in paintFillLayers()