Searched refs:backfaceVisibility (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositingReasonFinder.cpp78 if (style->backfaceVisibility() == BackfaceVisibilityHidden)
H A DCompositedLayerMapping.cpp739 m_graphicsLayer->setBackfaceVisibility(renderer()->style()->backfaceVisibility() == BackfaceVisibilityVisible);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.h170 bool backfaceVisibility() const { return m_backfaceVisibility; } function in class:blink::GraphicsLayer
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h604 bool hasHiddenBackface() const { return style() && style()->backfaceVisibility() == BackfaceVisibilityHidden; }
H A DRenderLayer.cpp2579 if (localTransformState && renderer()->style()->backfaceVisibility() == BackfaceVisibilityHidden) {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp2458 return cssValuePool().createIdentifierValue((style->backfaceVisibility() == BackfaceVisibilityHidden) ? CSSValueHidden : CSSValueVisible);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h913 EBackfaceVisibility backfaceVisibility() const { return static_cast<EBackfaceVisibility>(rareNonInheritedData->m_backfaceVisibility); } function in class:blink::RenderStyle

Completed in 145 milliseconds