Lines Matching refs:PropertySet
132 class PropertySet; variable
149 void Init(PropertySet* property_set, const std::string& name);
187 PropertySet* property_set() { return property_set_; } in property_set()
192 PropertySet* property_set_;
212 class CHROME_DBUS_EXPORT PropertySet {
225 PropertySet(ObjectProxy* object_proxy, const std::string& interface,
230 virtual ~PropertySet();
320 base::WeakPtr<PropertySet> GetWeakPtr() { in GetWeakPtr()
350 base::WeakPtrFactory<PropertySet> weak_ptr_factory_;
352 DISALLOW_COPY_AND_ASSIGN(PropertySet);
390 virtual void Get(dbus::PropertySet::GetCallback callback) { in Get()
404 virtual void Set(const T& value, dbus::PropertySet::SetCallback callback) { in Set()