Home
last modified time | relevance | path

Searched refs:allowedChildFlex (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderDeprecatedFlexibleBox.cpp515 if (allowedChildFlex(child, expanding, i)) in layoutHorizontalBox()
520 LayoutUnit allowedFlex = allowedChildFlex(child, expanding, i); in layoutHorizontalBox()
539 if (allowedChildFlex(child, expanding, i)) { in layoutHorizontalBox()
558 if (allowedChildFlex(child, expanding, i)) { in layoutHorizontalBox()
769 if (allowedChildFlex(child, expanding, i)) in layoutVerticalBox()
774 LayoutUnit allowedFlex = allowedChildFlex(child, expanding, i); in layoutVerticalBox()
790 if (allowedChildFlex(child, expanding, i)) { in layoutVerticalBox()
809 if (allowedChildFlex(child, expanding, i)) { in layoutVerticalBox()
1015 LayoutUnit RenderDeprecatedFlexibleBox::allowedChildFlex(RenderBox* child, bool expanding, unsigned… in allowedChildFlex() function in WebCore::RenderDeprecatedFlexibleBox
DRenderDeprecatedFlexibleBox.h58 LayoutUnit allowedChildFlex(RenderBox* child, bool expanding, unsigned group);