Searched defs:actual_type (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dwindow_capturer_x11.cc44 Atom actual_type; local
48 AnyPropertyType, &actual_type,
/external/chromium_org/components/json_schema/
H A Djson_schema_validator.cc814 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/third_party/webrtc/sound/
H A Dalsasoundsystem.cc549 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/
H A Dnative_display_delegate_x11.cc399 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/net/cert/
H A Dx509_certificate_unittest.cc1158 X509Certificate::PublicKeyType actual_type = local
1162 &actual_type);
1165 EXPECT_EQ(data.expected_type, actual_type);
/external/chromium_org/third_party/webrtc/base/
H A Dx11windowpicker.cc35 Atom actual_type; local
39 AnyPropertyType, &actual_type,
/external/chromium_org/dbus/
H A Dmessage.cc949 const int actual_type = dbus_message_iter_get_arg_type(&raw_message_iter_); local
950 if (actual_type != dbus_type) {
952 << actual_type; local

Completed in 305 milliseconds