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

  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.cpp 115 bool CCLayerImpl::descendantsDrawsContent()
120 if (sublayers[i]->ccLayerImpl()->drawsContent() || sublayers[i]->ccLayerImpl()->descendantsDrawsContent())
CCLayerImpl.h 73 bool descendantsDrawsContent();
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.cpp 609 if (useSurfaceForMasking || useSurfaceForReflection || ((useSurfaceForClipping || useSurfaceForOpacity) && drawLayer->descendantsDrawsContent())) {
    [all...]

Completed in 422 milliseconds