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.h603 bool hasClipPath() const { return style() && style()->clipPath(); } in hasClipPath() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositedLayerMapping.cpp465 bool hasClipPath = renderer->style()->clipPath(); in updateGraphicsLayerConfiguration() local