Searched refs:PropertySet (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/dbus/
H A Dproperty.cc21 void PropertyBase::Init(PropertySet* property_set, const std::string& name) {
29 // PropertySet implementation.
32 PropertySet::PropertySet( function in class:dbus::PropertySet
41 PropertySet::~PropertySet() {
44 void PropertySet::RegisterProperty(const std::string& name,
50 void PropertySet::ConnectSignals() {
55 base::Bind(&PropertySet::ChangedReceived,
57 base::Bind(&PropertySet
[all...]
H A Dproperty.h26 // from the PropertySet class defined here. This structure should contain a
29 // to the PropertySet constructor, and then call RegisterProperty() for each
35 // struct Properties : public dbus::PropertySet {
43 // : dbus::PropertySet(object_proxy, "com.example.DBus", callback) {
127 class PropertySet;
131 // associated PropertySet, property name, and the type-unsafe parts
132 // used by PropertySet.
139 // PropertySet::RegisterProperty() passing |this| for |property_set| so
143 void Init(PropertySet* property_set, const std::string& name);
157 // Method used by PropertySet t
198 class CHROME_DBUS_EXPORT PropertySet { class in namespace:dbus
[all...]
H A Dmock_object_manager.h32 MOCK_METHOD2(GetProperties, PropertySet*(const ObjectPath&,
H A Dobject_manager.h37 // struct Properties : public dbus::PropertySet {
45 // : dbus::PropertySet(object_proxy, kExampleInterface, callback) {
80 // dbus::PropertySet* CreateProperties(dbus::ObjectProxy* object_proxy,
88 // return static_cast<dbus::PropertySet*>(properties);
150 // subclass of dbus::PropertySet; ObjectManager will then connect signals
152 virtual PropertySet* CreateProperties(
189 // method will be used to create instances of dbus::PropertySet* when
213 // Returns a PropertySet* pointer for the given |object_path| and
218 PropertySet* GetProperties(const ObjectPath& object_path,
263 // ObjectProxy if required, as well as the PropertySet instanc
[all...]
H A Dobject_manager_unittest.cc25 // and by extension PropertySet and Property<>.
33 struct Properties : public PropertySet {
42 : PropertySet(object_proxy, interface_name, property_changed_callback) {
50 virtual PropertySet* CreateProperties(
58 return static_cast<PropertySet*>(properties);
H A Dobject_manager.cc63 PropertySet* properties = piter->second;
118 PropertySet* ObjectManager::GetProperties(const ObjectPath& object_path,
251 PropertySet* property_set;
H A Dproperty_unittest.cc24 // The property test exerises the asynchronous APIs in PropertySet and
31 struct Properties : public PropertySet {
39 : PropertySet(object_proxy,
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_input_client.h28 // dbus::PropertySet override
30 dbus::PropertySet::GetCallback callback) OVERRIDE;
33 dbus::PropertySet::SetCallback callback) OVERRIDE;
H A Dbluetooth_input_client.cc25 : dbus::PropertySet(object_proxy, interface_name, callback) {
69 virtual dbus::PropertySet* CreateProperties(
79 return static_cast<dbus::PropertySet*>(properties);
H A Dfake_bluetooth_adapter_client.h31 // dbus::PropertySet override
33 dbus::PropertySet::GetCallback callback) OVERRIDE;
36 dbus::PropertySet::SetCallback callback) OVERRIDE;
H A Dfake_bluetooth_input_client.cc34 dbus::PropertySet::GetCallback callback) {
45 dbus::PropertySet::SetCallback callback) {
H A Dbluetooth_input_client.h29 struct Properties : public dbus::PropertySet {
H A Dbluetooth_adapter_client.cc28 : dbus::PropertySet(object_proxy, interface_name, callback) {
91 virtual dbus::PropertySet* CreateProperties(
101 return static_cast<dbus::PropertySet*>(properties);
206 // Called by dbus::PropertySet when a property value is changed,
H A Dbluetooth_device_client.cc29 : dbus::PropertySet(object_proxy, interface_name, callback) {
87 virtual dbus::PropertySet* CreateProperties(
97 return static_cast<dbus::PropertySet*>(properties);
H A Dbluetooth_adapter_client.h30 struct Properties : public dbus::PropertySet {
H A Dfake_bluetooth_adapter_client.cc52 dbus::PropertySet::GetCallback callback) {
63 dbus::PropertySet::SetCallback callback) {
H A Dfake_bluetooth_device_client.h34 // dbus::PropertySet override
36 dbus::PropertySet::GetCallback callback) OVERRIDE;
39 dbus::PropertySet::SetCallback callback) OVERRIDE;
H A Dbluetooth_device_client.h30 struct Properties : public dbus::PropertySet {
H A Dfake_bluetooth_device_client.cc170 dbus::PropertySet::GetCallback callback) {
181 dbus::PropertySet::SetCallback callback) {
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DKeyframeAnimationEffect.h45 typedef HashSet<CSSPropertyID> PropertySet; typedef in namespace:WebCore
64 PropertySet properties() const;
H A DKeyframeAnimationEffect.cpp133 PropertySet Keyframe::properties() const
137 PropertySet properties;
192 PropertySet keyframeProperties = keyframe->properties();
193 for (PropertySet::const_iterator propertyIter = keyframeProperties.begin(); propertyIter != keyframeProperties.end(); ++propertyIter) {
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp990 llvm::SmallPtrSet<const IdentifierInfo*, 16> &PropertySet,
2774 PushProtocolProperties(llvm::SmallPtrSet<const IdentifierInfo*,16> &PropertySet, argument
2781 PushProtocolProperties(PropertySet, Properties, Container, (*P), ObjCTypes);
2785 if (!PropertySet.insert(PD->getIdentifier()))
2812 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet; local
2816 PropertySet.insert(PD->getIdentifier());
2828 PushProtocolProperties(PropertySet, Properties, Container, (*P),
2834 PushProtocolProperties(PropertySet, Properties, Container, (*P),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 264 milliseconds