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

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
window_capturer_x11.cc 44 Atom actual_type; local
48 AnyPropertyType, &actual_type,
  /external/chromium_org/components/json_schema/
json_schema_validator.cc 814 std::string actual_type = GetJSONSchemaType(instance); local
815 if (expected_type == actual_type ||
816 (expected_type == schema::kNumber && actual_type == schema::kInteger)) {
819 actual_type == schema::kNumber) {
824 kInvalidType, expected_type, actual_type)));
  /external/chromium_org/net/cert/
x509_certificate_unittest.cc 1158 X509Certificate::PublicKeyType actual_type = local
    [all...]
  /external/chromium_org/third_party/webrtc/sound/
alsasoundsystem.cc 549 char *actual_type = symbol_table_.snd_device_name_get_hint()(*list, "IOID"); local
550 if (actual_type) { // NULL means it's both.
551 bool wrong_type = (strcmp(actual_type, type) != 0);
552 free(actual_type);
  /external/chromium_org/ui/display/chromeos/x11/
native_display_delegate_x11.cc 399 Atom actual_type = None; local
416 &actual_type,
421 if (actual_type == None) {
425 } else if (success == Success && actual_type == XA_ATOM &&
558 Atom actual_type; local
569 &actual_type,
574 if (success == Success && actual_type == XA_ATOM && actual_format == 32 &&
  /external/chromium_org/dbus/
message.cc 949 const int actual_type = dbus_message_iter_get_arg_type(&raw_message_iter_); local
950 if (actual_type != dbus_type) {
952 << actual_type; local
  /external/chromium_org/third_party/webrtc/base/
x11windowpicker.cc 35 Atom actual_type; local
39 AnyPropertyType, &actual_type,

Completed in 360 milliseconds