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

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_input_client.h 55 typedef std::map<const dbus::ObjectPath, Properties *> PropertiesMap;
56 PropertiesMap properties_map_;
fake_bluetooth_gatt_descriptor_client.h 88 typedef std::map<dbus::ObjectPath, DescriptorData*> PropertiesMap;
89 PropertiesMap properties_;
fake_bluetooth_device_client.h 245 typedef std::map<const dbus::ObjectPath, Properties *> PropertiesMap;
246 PropertiesMap properties_map_;
  /external/chromium_org/dbus/
object_manager.h 303 typedef std::map<const std::string, PropertySet*> PropertiesMap;
304 PropertiesMap properties_map;
property.h 319 typedef std::map<const std::string, PropertyBase*> PropertiesMap;
320 PropertiesMap properties_map_;

Completed in 59 milliseconds