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

  /external/clang/test/Parser/
cxx0x-in-cxx98.cpp 25 struct Auto {
28 auto Auto::n = 0; // expected-warning {{'auto' type specifier is a C++11 extension}}
29 auto Auto::m = 0; // expected-error {{no member named 'm' in 'Auto'}}
30 // expected-warning@-1 {{'auto' type specifier is a C++11 extension}}
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/media/
MediaPlayer.h 99 enum Preload { None, MetaData, Auto };
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.h 269 Auto,
  /external/chromium_org/third_party/WebKit/Source/platform/
Length.h 41 Auto, Percent, Fixed,
70 : m_intValue(0), m_quirk(false), m_type(Auto), m_isFloat(false)
128 // Reset |length|'s type to Auto to make sure its destructor
131 length.m_type = Auto;
144 // Reset |length|'s type to Auto to make sure its destructor
147 length.m_type = Auto;
274 bool isAuto() const { return type() == Auto; }
277 bool isIntrinsicOrAuto() const { return type() == Auto || isLegacyIntrinsic() || isIntrinsic(); }
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 50 def Auto (argv = [], out = sys.stdout):
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.h 338 Auto
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 519 milliseconds