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

  /external/webkit/WebCore/bindings/v8/
npruntime_internal.h 38 #undef Auto
  /external/webkit/WebCore/bridge/
npruntime_internal.h 38 #undef Auto
  /external/webkit/WebCore/platform/
Length.h 35 enum LengthType { Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic };
117 case Auto:
133 case Auto:
146 case Auto:
158 bool isAuto() const { return type() == Auto; }
163 bool isIntrinsicOrAuto() const { return type() == Auto || type() == MinIntrinsic || type() == Intrinsic; }
  /external/webkit/WebCore/platform/graphics/
Font.h 171 enum CodePath { Auto, Simple, Complex };
  /external/webkit/WebCore/platform/graphics/android/
LayerAndroid.h 39 enum SkLengthType { Undefined, Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic };
  /external/wpa_supplicant/
eapol_sm.h 21 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl;
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.h 21 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl;

Completed in 3438 milliseconds