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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.h 310 bool backfaceVisibility() const { return m_backfaceVisibility; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 578 bool hasHiddenBackface() const { return style() && style()->backfaceVisibility() == BackfaceVisibilityHidden; }
    [all...]
RenderLayerBacking.cpp 521 m_graphicsLayer->setBackfaceVisibility(style->backfaceVisibility() == BackfaceVisibilityVisible);
    [all...]
RenderLayerCompositor.cpp     [all...]
RenderLayer.cpp     [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 267 milliseconds