Searched defs:flex (Results 1 – 6 of 6) sorted by relevance
50 explicit GridLength(double flex) in GridLength()61 double flex() const { ASSERT(isFlex()); return m_flex; } in flex() function
44 float flex; variable
47 @mixin flex($val) { mixin
667 [AC_ARG_WITH(flex, [ --without-flex don't use flex]) optwith
80 int n = 0, flex = 0; in compute_children_limit() local