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.h176 bool clipOccludesNextLayers(bool firstLayer) const;
DFillLayer.cpp329 bool FillLayer::clipOccludesNextLayers(bool firstLayer) const in clipOccludesNextLayers() function in blink::FillLayer
/external/chromium_org/third_party/WebKit/Source/core/paint/
DBoxPainter.cpp148 if (curLayer->clipOccludesNextLayers(curLayer == &fillLayer) in paintFillLayers()