Home
last modified time | relevance | path

Searched defs:hasClipPath (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.h565 bool hasClipPath() const { return style() && style()->clipPath(); } in hasClipPath() function
DRenderLayer.cpp2019 bool hasClipPath = false; in paintLayerContents() local