Home
last modified time | relevance | path

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

123

/external/webkit/WebCore/platform/
DLength.h34 enum LengthType { Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic }; enumerator
116 case Auto:
132 case Auto:
145 case Auto: in calcFloatValue()
157 bool isAuto() const { return type() == Auto; } in isAuto()
162 …bool isIntrinsicOrAuto() const { return type() == Auto || type() == MinIntrinsic || type() == Intr… in isIntrinsicOrAuto()
/external/webkit/WebCore/bindings/v8/
Dnpruntime_internal.h38 #undef Auto
/external/webkit/WebCore/bridge/
Dnpruntime_internal.h38 #undef Auto
/external/webkit/WebCore/rendering/
DRenderVideo.cpp164 case Auto: in isWidthSpecified()
181 case Auto: in isHeightSpecified()
DFixedTableLayout.cpp90 m_width.fill(Length(Auto)); in calcWidthArray()
175 if (m_width[cCol + i].isAuto() && w.type() != Auto) { in calcWidthArray()
DRenderImage.cpp494 case Auto: in isWidthSpecified()
511 case Auto: in isHeightSpecified()
DAutoTableLayout.cpp347 case Auto: in calcEffectiveWidth()
546 case Auto: in layout()
/external/tcpdump/
DMakefile-devel-adds2 # Auto-regenerate configure script or Makefile when things change.
/external/webkit/WebCore/platform/gtk/
DRenderThemeGtk.cpp279 style->setHeight(Length(Auto)); in adjustButtonStyle()
299 style->setHeight(Length(Auto)); in adjustMenuListStyle()
313 style->setHeight(Length(Auto)); in adjustTextFieldStyle()
/external/sonivox/arm-fm-22k/host_src/
Darm-fm-22k.mak2 # Auto-generated sample makefile
/external/sonivox/arm-hybrid-22k/host_src/
Darm-hybrid-22k.mak2 # Auto-generated sample makefile
/external/sonivox/arm-wt-22k/host_src/
Darm-wt-22k.mak2 # Auto-generated sample makefile
/external/sonivox/arm-fm-22k/lib_src/
Darm-fm-22k_lib.mak2 # Auto-generated sample makefile
/external/webkit/WebCore/platform/win/
DWebCoreTextRenderer.cpp118 Font::setCodePath(complex ? Font::Complex : Font::Auto); in WebCoreSetAlwaysUsesComplexTextCodePath()
/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/contrib/ada/
Dzlib.ads53 type Header_Type is (None, Auto, Default, GZip); literal
/external/wpa_supplicant/
Deapol_sm.h21 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl; enumerator
Deapol_sm.c242 sm->sPortMode = Auto; in SM_STATE()
335 else if (((sm->portControl == Auto) && in SM_STEP()
945 case Auto: in eapol_port_control()
1736 sm->portControl = Auto; in eapol_sm_init()
/external/webkit/WebCore/platform/graphics/
DFont.h162 enum CodePath { Auto, Simple, Complex }; enumerator
DFont.cpp54 Font::CodePath Font::s_codePath = Auto;
DFontFastPath.cpp202 case Auto: in canUseGlyphCache()
/external/webkit/WebCore/platform/qt/
DRenderThemeQt.cpp396 style->setHeight(Length(Auto)); in adjustButtonStyle()
541 style->setHeight(Length(Auto)); in adjustMenuListStyle()
595 style->setHeight(Length(Auto)); in adjustMenuListButtonStyle()
/external/webkit/WebKit/gtk/po/
Den_GB.po359 msgid "Auto Load Images"
360 msgstr "Auto Load Images"
367 msgid "Auto Shrink Images"
368 msgstr "Auto Shrink Images"
Dpt_BR.po358 msgid "Auto Load Images"
359 msgstr "Auto-carregamento de Imagens"
366 msgid "Auto Shrink Images"
367 msgstr "Auto-Diminuição de Imagens"

123