Lines Matching refs:ObjectPath
42 // dbus::Property<dbus::ObjectPath> parent;
65 // typedef std::map<dbus::ObjectPath, Object> ObjectMap;
68 // dbus::ObjectProxy* GetObjectProxy(const dbus::ObjectPath& object_path) {
72 // Properties* GetProperties(const dbus::ObjectPath& object_path) {
76 // Object GetObject(const dbus::ObjectPath& object_path) {
153 // void Client::PropertyChanged(const dbus::ObjectPath& object_path,
560 CHROME_DBUS_EXPORT bool Property<ObjectPath>::PopValueFromReader(
563 CHROME_DBUS_EXPORT void Property<ObjectPath>::AppendSetValueToWriter(
565 extern template class CHROME_DBUS_EXPORT Property<ObjectPath>;
576 CHROME_DBUS_EXPORT bool Property<std::vector<ObjectPath>>::PopValueFromReader(
580 std::vector<ObjectPath>>::AppendSetValueToWriter(MessageWriter* writer);
581 extern template class CHROME_DBUS_EXPORT Property<std::vector<ObjectPath>>;