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 48 virtual bool isDeprecatedFlexibleBox() const { return true; }
RenderObject.h     [all...]
RenderBox.h 519 bool isDeprecatedFlexItem() const { return !isInline() && !isFloatingOrOutOfFlowPositioned() && parent() && parent()->isDeprecatedFlexibleBox(); }
    [all...]
RenderDeprecatedFlexibleBox.cpp 276 || (parent()->isDeprecatedFlexibleBox() && parent()->style()->boxOrient() == HORIZONTAL
    [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]

Completed in 839 milliseconds