Home
last modified time | relevance | path

Searched refs:Auto (Results 1 – 25 of 167) sorted by relevance

1234567

/external/webkit/Source/WebCore/platform/
DLength.h37 enum LengthType { Auto, Relative, Percent, Fixed, Intrinsic, MinIntrinsic }; enumerator
43 : m_intValue(0), m_quirk(false), m_type(Auto), m_isFloat(false) in Length()
125 case Auto:
142 case Auto:
155 case Auto: in calcFloatValue()
171 bool isAuto() const { return type() == Auto; } in isAuto()
175 …bool isIntrinsicOrAuto() const { return type() == Auto || type() == MinIntrinsic || type() == Intr… in isIntrinsicOrAuto()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DFixedPositioning.h39 enum SkLengthType { Undefined, Auto, Relative, enumerator
61 type = Auto; in setAuto()
/external/webkit/Source/WebCore/bindings/v8/
Dnpruntime_internal.h38 #undef Auto
/external/markdown/MarkdownTest/Tests_2007/
DAuto links.text11 Auto-links should not occur here: `<http://example.com/>`
/external/markdown/MarkdownTest/Tests_2004/
DAuto links.text11 Auto-links should not occur here: `<http://example.com/>`
/external/webkit/Source/WebCore/bridge/
Dnpruntime_internal.h38 #undef Auto
/external/markdown/tests/markdown-test/
Dauto-links.txt15 Auto-links should not occur here: `<http://example.com/>`
/external/tcpdump/
DMakefile-devel-adds2 # Auto-regenerate configure script or Makefile when things change.
/external/webkit/Source/WebCore/rendering/
DFixedTableLayout.cpp88 m_width.fill(Length(Auto)); in calcWidthArray()
170 if (m_width[cCol + i].isAuto() && w.type() != Auto) { in calcWidthArray()
/external/sonivox/arm-fm-22k/host_src/
Darm-fm-22k.mak2 # Auto-generated sample makefile
/external/eigen/unsupported/Eigen/
DAutoDiff16 * \defgroup AutoDiff_Module Auto Diff module
/external/sonivox/arm-hybrid-22k/host_src/
Darm-hybrid-22k.mak2 # Auto-generated sample makefile
/external/webkit/Source/WebKit/chromium/public/
DWebMediaPlayer.h85 Auto, enumerator
/external/sonivox/arm-wt-22k/host_src/
Darm-wt-22k.mak2 # Auto-generated sample makefile
/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm.c199 sm->portMode = Auto; in SM_STATE()
368 if ((sm->portControl == Auto && sm->portMode != sm->portControl) || in SM_STEP()
533 if (sm->portControl != Auto || sm->initialize || sm->authAbort) { in SM_STEP()
618 if (sm->portControl != Auto || sm->initialize || in SM_STEP()
657 if (sm->initialize || sm->portControl != Auto) { in SM_STEP()
800 sm->portControl = Auto; in eapol_auth_alloc()
Deapol_auth_sm_i.h17 typedef enum { ForceUnauthorized = 1, ForceAuthorized = 3, Auto = 2 } enumerator
Deapol_auth_dump.c21 case Auto: return "Auto"; in port_type_txt()
/external/chromium/chrome/browser/sync/protocol/
Dextension_specifics.proto29 // Auto-update URL to use for this extension. May be blank, in
/external/sonivox/arm-fm-22k/lib_src/
Darm-fm-22k_lib.mak2 # Auto-generated sample makefile
/external/webkit/Source/WebCore/platform/win/
DWebCoreTextRenderer.cpp119 Font::setCodePath(complex ? Font::Complex : Font::Auto); in WebCoreSetAlwaysUsesComplexTextCodePath()
/external/webkit/Source/WebCore/platform/graphics/
DFont.cpp42 Font::CodePath Font::s_codePath = Auto;
275 if (s_codePath != Auto) in codePath()
/external/sonivox/arm-hybrid-22k/lib_src/
Darm-hybrid-22k_lib.mak2 # Auto-generated sample makefile
/external/sonivox/arm-wt-22k/lib_src/
Darm-wt-22k_lib.mak2 # Auto-generated sample makefile
/external/zlib/src/contrib/ada/
Dzlib.ads53 type Header_Type is (None, Auto, Default, GZip); literal
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
Deapol_supp_sm.h21 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl; enumerator

1234567