OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PropertiesMap
(Results
1 - 4
of
4
) 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_device_client.h
205
typedef std::map<const dbus::ObjectPath, Properties *>
PropertiesMap
;
206
PropertiesMap
properties_map_;
/external/chromium_org/dbus/
object_manager.h
297
typedef std::map<const std::string, PropertySet*>
PropertiesMap
;
298
PropertiesMap
properties_map;
property.h
319
typedef std::map<const std::string, PropertyBase*>
PropertiesMap
;
320
PropertiesMap
properties_map_;
Completed in 151 milliseconds