HomeSort by relevance Sort by last modified time
    Searched full:backfacevisibility (Results 1 - 8 of 8) 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; }
GraphicsLayer.cpp 600 json->setString("backfaceVisibility", m_backfaceVisibility ? "visible" : "hidden");
    [all...]
  /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 72 milliseconds