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

  /external/webkit/WebCore/platform/
Length.h 35 enum LengthType { Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic };
162 bool isStatic() const { return type() == Static; }
  /external/webkit/WebCore/platform/graphics/android/
LayerAndroid.h 39 enum SkLengthType { Undefined, Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic };
75 static int instancesCount();

Completed in 513 milliseconds