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/rendering/compositing/
CompositingReasonFinder.cpp 92 if (style->backfaceVisibility() == BackfaceVisibilityHidden)
CompositedLayerMapping.cpp 703 m_graphicsLayer->setBackfaceVisibility(renderer()->style()->backfaceVisibility() == BackfaceVisibilityVisible);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h 180 bool backfaceVisibility() const { return m_backfaceVisibility; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 563 bool hasHiddenBackface() const { return style() && style()->backfaceVisibility() == BackfaceVisibilityHidden; }
    [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 252 milliseconds