Searched defs:MinContent (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DLength.h43 MinContent, MaxContent, FillAvailable, FitContent, enumerator in enum:blink::LengthType
279 bool isIntrinsic() const { return type() == MinContent || type() == MaxContent || type() == FillAvailable || type() == FitContent; }
284 bool isMinContent() const { return type() == MinContent; }

Completed in 187 milliseconds