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

  /external/chromium/chrome/common/
json_schema_validator.cc 479 std::string actual_type = GetJSONSchemaType(instance); local
480 if (expected_type == actual_type ||
481 (expected_type == "number" && actual_type == "integer")) {
485 kInvalidType, expected_type, actual_type)));
  /external/chromium_org/chrome/common/json_schema/
json_schema_validator.cc 696 std::string actual_type = GetJSONSchemaType(instance); local
697 if (expected_type == actual_type ||
698 (expected_type == schema::kNumber && actual_type == schema::kInteger)) {
701 actual_type == schema::kNumber) {
706 kInvalidType, expected_type, actual_type)));
  /external/chromium_org/chromeos/display/
real_output_configurator_delegate.cc 409 Atom actual_type; local
413 AnyPropertyType, &actual_type, &actual_format, &nitems,
415 if (success == Success && actual_type == XA_ATOM &&
  /external/chromium_org/third_party/libjingle/source/talk/sound/
alsasoundsystem.cc 566 char *actual_type = symbol_table_.snd_device_name_get_hint()(*list, "IOID"); local
567 if (actual_type) { // NULL means it's both.
568 bool wrong_type = (strcmp(actual_type, type) != 0);
569 free(actual_type);
  /external/chromium_org/dbus/
message.cc 936 const int actual_type = dbus_message_iter_get_arg_type(&raw_message_iter_); local
937 if (actual_type != dbus_type) {
939 << actual_type; local
  /external/chromium_org/third_party/libjingle/source/talk/base/
linuxwindowpicker.cc 52 Atom actual_type; local
56 AnyPropertyType, &actual_type,

Completed in 284 milliseconds