Searched defs:kNone (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_omnibox_unittest.cc12 const int kNone = ACMatchClassification::NONE; member in namespace:__anon1981
51 styles_expected.push_back(ACMatchClassification(0, kNone));
53 styles_expected.push_back(ACMatchClassification(5, kNone));
55 styles_expected.push_back(ACMatchClassification(9, kNone));
90 styles_expected.push_back(ACMatchClassification(5, kNone));
127 styles_expected.push_back(ACMatchClassification(5, kNone));
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-spec-builders.h244 : file_(a_file), line_(a_line), last_clause_(kNone) {}
255 kNone, enumerator in enum:testing::internal::UntypedOnCallSpecBase::Clause
274 // Initially kNone and changes as the statement is parsed.
711 kNone,
/external/chromium/net/disk_cache/
H A Dbackend_impl.h29 kNone = 0, enumerator in enum:disk_cache::BackendFlags
/external/webp/src/enc/
H A Dbackward_references.h100 kNone enumerator in enum:Mode
/external/icu4c/i18n/unicode/
H A Ddatefmt.h150 kNone = -1, enumerator in enum:DateFormat::EStyle
198 NONE = kNone,
/external/icu4c/samples/ucnv/
H A Dconvsamp.cpp47 static const UChar kNone[] = { 0x0000 }; variable
96 const UChar *uch = kNone,
95 printUChars(const char *name = Ó, const UChar *uch = kNone, int32_t len = -1 ) argument
/external/v8/src/
H A Ddateparser.h64 static const int kNone = kMaxInt; member in class:v8::internal::DateParser
311 TimeZoneComposer() : sign_(kNone), hour_(kNone), minute_(kNone) {}
321 return hour_ != kNone && minute_ == kNone && TimeComposer::IsMinute(n);
325 bool IsEmpty() { return hour_ == kNone; }
334 TimeComposer() : index_(0), hour_offset_(kNone) {}
368 DayComposer() : index_(0), named_month_(kNone), is_iso_date_(false) {}
H A Dpreparser.h175 kNone = 0, enumerator in enum:v8::preparser::PreParser::PropertyType
H A Dhydrogen-instructions.h294 kNone, enumerator in enum:v8::internal::Representation::Kind
302 Representation() : kind_(kNone) { }
304 static Representation None() { return Representation(kNone); }
315 bool IsNone() const { return kind_ == kNone; }
H A Djsregexp.h720 Interval() : from_(kNone), to_(kNone) { }
723 if (that.from_ == kNone)
725 else if (from_ == kNone)
733 bool is_empty() { return from_ == kNone; }
737 static const int kNone = -1; member in class:v8::internal::Interval
/external/v8/include/
H A Dv8.h1872 kNone = 0, enumerator in enum:v8::RegExp::Flags

Completed in 266 milliseconds