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

  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/
vie_autotest_main.h 29 static const int kInvalidChoice = -1;
39 // [min_allowed, max_allowed]. Returns kInvalidChoice on failure.
  /external/chromium_org/components/json_schema/
json_schema_validator.h 82 static const char kInvalidChoice[];
json_schema_validator.cc 308 const char JSONSchemaValidator::kInvalidChoice[] =
536 errors_.push_back(Error(path, kInvalidChoice));

Completed in 195 milliseconds