HomeSort by relevance Sort by last modified time
    Searched refs:clipOccludesNextLayers (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
FillLayer.h 176 bool clipOccludesNextLayers(bool firstLayer) const;
FillLayer.cpp 329 bool FillLayer::clipOccludesNextLayers(bool firstLayer) const
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp 147 // The clipOccludesNextLayers condition must be evaluated first to avoid short-circuiting.
148 if (curLayer->clipOccludesNextLayers(curLayer == &fillLayer)
    [all...]

Completed in 611 milliseconds