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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.cpp 39 return box->isFloatingWithShapeOutside() && value->type() == ShapeValue::Shape && value->shape();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h 52 virtual bool requiresLayer() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasOverflowClip() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns() || !style()->hasAutoZIndex() || isFloatingWithShapeOutside(); }
    [all...]
RenderObject.h     [all...]

Completed in 132 milliseconds