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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.h 45 virtual bool isDeprecatedFlexibleBox() const OVERRIDE { return true; }
67 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderDeprecatedFlexibleBox, isDeprecatedFlexibleBox());
RenderObject.h     [all...]
RenderBox.h 544 bool isDeprecatedFlexItem() const { return !isInline() && !isFloatingOrOutOfFlowPositioned() && parent() && parent()->isDeprecatedFlexibleBox(); }
    [all...]
RenderDeprecatedFlexibleBox.cpp 266 || (parent()->isDeprecatedFlexibleBox() && parent()->style()->boxOrient() == HORIZONTAL
    [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]

Completed in 46 milliseconds