HomeSort by relevance Sort by last modified time
    Searched refs:PropertiesMap (Results 1 - 8 of 8) 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_input_client.cc 69 PropertiesMap::iterator iter = properties_map_.find(object_path);
104 PropertiesMap::iterator it = properties_map_.find(object_path);
fake_bluetooth_device_client.h 205 typedef std::map<const dbus::ObjectPath, Properties *> PropertiesMap;
206 PropertiesMap properties_map_;
fake_bluetooth_device_client.cc 244 PropertiesMap::iterator iter = properties_map_.find(object_path);
543 PropertiesMap::iterator iter = properties_map_.find(device_path);
    [all...]
  /external/chromium_org/dbus/
object_manager.h 297 typedef std::map<const std::string, PropertySet*> PropertiesMap;
298 PropertiesMap properties_map;
object_manager.cc 61 for (Object::PropertiesMap::iterator piter = object->properties_map.begin();
100 Object::PropertiesMap::iterator piter =
125 Object::PropertiesMap::iterator piter =
249 Object::PropertiesMap::iterator piter =
274 Object::PropertiesMap::iterator piter =
property.h 319 typedef std::map<const std::string, PropertyBase*> PropertiesMap;
320 PropertiesMap properties_map_;
property.cc 195 PropertiesMap::iterator it = properties_map_.find(name);

Completed in 79 milliseconds