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

  /external/webkit/WebCore/platform/
Length.h 35 enum LengthType { Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic };
51 ASSERT(t != Percent);
57 ASSERT(t == Percent);
64 ASSERT(type() != Percent);
70 double percent() const function in struct:WebCore::Length
72 ASSERT(type() == Percent);
81 ASSERT(t != Percent);
89 ASSERT(!value || type() != Percent);
97 ASSERT(t == Percent);
103 ASSERT(type() == Percent);
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
LayerAndroid.h 39 enum SkLengthType { Undefined, Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic };
53 case Percent:

Completed in 244 milliseconds