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 78 if (style->backfaceVisibility() == BackfaceVisibilityHidden)
CompositedLayerMapping.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h 170 bool backfaceVisibility() const { return m_backfaceVisibility; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 604 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 181 milliseconds