Home
last modified time | relevance | path

Searched refs:shouldPreserve3D (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h301 …bool shouldPreserve3D() const { return !renderer()->hasReflection() && renderer()->style()->transf… in shouldPreserve3D() function
DRenderLayer.cpp513 if (shouldPreserve3D()) in renderingContextRoot()
516 …rrent = enclosingLayerForContainingBlock(this); current && current->shouldPreserve3D(); current = … in renderingContextRoot()
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositedLayerMapping.cpp1342 UpdateShouldFlattenTransformFunctor functor = { !m_owningLayer.shouldPreserve3D() }; in updateShouldFlattenTransform()