Home
last modified time | relevance | path

Searched refs:prop_type (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/tools/json_schema_compiler/
Ddart_generator.py722 prop_type = type_.property_type
723 if prop_type is PropertyType.REF:
728 elif prop_type is PropertyType.BOOLEAN:
730 elif prop_type is PropertyType.INTEGER:
732 elif prop_type is PropertyType.INT64:
734 elif prop_type is PropertyType.DOUBLE:
736 elif prop_type is PropertyType.STRING:
738 elif prop_type is PropertyType.ENUM:
740 elif prop_type is PropertyType.CHOICES:
744 elif prop_type is PropertyType.ANY:
[all …]
/external/chromium_org/chromeos/dbus/
Dfake_shill_device_client.cc259 std::string prop_type; in GetDevicePathForType() local
261 shill::kTypeProperty, &prop_type) || in GetDevicePathForType()
262 prop_type != type) in GetDevicePathForType()
/external/chromium_org/ui/base/x/
Dx11_util.cc706 Atom prop_type = None; in GetRawBytesOfProperty() local
711 AnyPropertyType, &prop_type, &prop_format, in GetRawBytesOfProperty()
716 if (prop_type == None) in GetRawBytesOfProperty()
750 *out_type = prop_type; in GetRawBytesOfProperty()