HomeSort by relevance Sort by last modified time
    Searched defs:MinIntrinsic (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/
Length.h 37 enum LengthType { Auto, Relative, Percent, Fixed, Intrinsic, MinIntrinsic };
175 bool isIntrinsicOrAuto() const { return type() == Auto || type() == MinIntrinsic || type() == Intrinsic; }
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
FixedPositioning.h 40 Percent, Fixed, Static, Intrinsic, MinIntrinsic };

Completed in 41 milliseconds