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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingReasonFinder.cpp 90 if (style->transformStyle3D() == TransformStyle3DPreserve3D)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 278 bool preserves3D() const { return renderer()->style()->transformStyle3D() == TransformStyle3DPreserve3D; }
282 bool shouldPreserve3D() const { return !renderer()->hasReflection() && renderer()->style()->transformStyle3D() == TransformStyle3DPreserve3D; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h     [all...]

Completed in 170 milliseconds