HomeSort by relevance Sort by last modified time
    Searched refs:Auto (Results 1 - 25 of 38) sorted by null

1 2

  /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/libvpx/vp8/common/
proposed.h 45 int (*set_keyframing)(codec_ptr, int Auto, int max_distance);
46 int (*get_keyframing)(codec_ptr, int *Auto, int *max_distance);
  /external/sonivox/arm-fm-22k/host_src/
arm-fm-22k.mak 2 # Auto-generated sample makefile
  /external/sonivox/arm-hybrid-22k/host_src/
arm-hybrid-22k.mak 2 # Auto-generated sample makefile
  /external/sonivox/arm-wt-22k/host_src/
arm-wt-22k.mak 2 # Auto-generated sample makefile
  /external/openssl/crypto/asn1/
charmap.pl 67 /* Auto generated with chartype.pl script.
  /external/sonivox/arm-fm-22k/lib_src/
arm-fm-22k_lib.mak 2 # Auto-generated sample makefile
  /external/sonivox/arm-hybrid-22k/lib_src/
arm-hybrid-22k_lib.mak 2 # Auto-generated sample makefile
  /external/sonivox/arm-wt-22k/lib_src/
arm-wt-22k_lib.mak 2 # Auto-generated sample makefile
  /external/openssl/crypto/bn/
bn_prime.pl 22 # /* Auto generated by bn_prime.pl */
33 /* Auto generated by bn_prime.pl */
  /external/webkit/WebCore/platform/win/
WebCoreTextRenderer.cpp 118 Font::setCodePath(complex ? Font::Complex : Font::Auto);
  /external/webkit/WebCore/rendering/
FixedTableLayout.cpp 41 property. A value of 'auto' (for both 'display: table' and 'display:
47 1. A column element with a value other than 'auto' for the 'width'
51 'auto' for the 'width' property sets the width for that column. If
88 m_width.fill(Length(Auto));
173 if (m_width[cCol + i].isAuto() && w.type() != Auto) {
265 // If there are no auto columns, or if the total is too wide, take
290 // Divide the remaining width among the auto columns.
RenderImage.cpp 556 case Auto:
573 case Auto:
  /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;
eapol_sm.c 242 sm->sPortMode = Auto;
335 else if (((sm->portControl == Auto) &&
945 case Auto:
946 return "Auto";
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.h 21 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl;
eapol_supp_sm.c 259 sm->sPortMode = Auto;
359 else if (((sm->portControl == Auto) &&
970 case Auto:
971 return "Auto";
    [all...]
  /external/webkit/WebCore/platform/graphics/
Font.cpp 53 Font::CodePath Font::s_codePath = Auto;
Font.h 171 enum CodePath { Auto, Simple, Complex };