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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 433 bool hasClipPath = renderer->style()->clipPath();
434 bool needsChildClippingMask = (hasClipPath || renderer->style()->hasBorderRadius()) && (hasChildClippingLayer || isAcceleratedContents(renderer) || hasScrollingLayer());
438 if (hasClipPath)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.cpp     [all...]
RenderObject.h 562 bool hasClipPath() const { return style() && style()->clipPath(); }
    [all...]

Completed in 100 milliseconds