Lines Matching refs:PropertySet
131 class PropertySet; variable
148 void Init(PropertySet* property_set, const std::string& name);
186 PropertySet* property_set() { return property_set_; } in property_set()
191 PropertySet* property_set_;
211 class CHROME_DBUS_EXPORT PropertySet {
224 PropertySet(ObjectProxy* object_proxy, const std::string& interface,
229 virtual ~PropertySet();
319 base::WeakPtr<PropertySet> GetWeakPtr() { in GetWeakPtr()
349 base::WeakPtrFactory<PropertySet> weak_ptr_factory_;
351 DISALLOW_COPY_AND_ASSIGN(PropertySet);
389 virtual void Get(dbus::PropertySet::GetCallback callback) { in Get()
403 virtual void Set(const T& value, dbus::PropertySet::SetCallback callback) { in Set()