HomeSort by relevance Sort by last modified time
    Searched refs:PropertySet (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/dbus/
property.cc 21 void PropertyBase::Init(PropertySet* property_set, const std::string& name) {
29 // PropertySet implementation.
32 PropertySet::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::ChangedConnected
    [all...]
property.h 26 // 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 to retrieve the value from a MessageReader
    [all...]
mock_object_manager.h 32 MOCK_METHOD2(GetProperties, PropertySet*(const ObjectPath&,
object_manager.h 37 // 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 instance for tha
    [all...]
object_manager_unittest.cc 25 // 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);
object_manager.cc 63 PropertySet* properties = piter->second;
118 PropertySet* ObjectManager::GetProperties(const ObjectPath& object_path,
251 PropertySet* property_set;
property_unittest.cc 24 // The property test exerises the asynchronous APIs in PropertySet and
31 struct Properties : public PropertySet {
39 : PropertySet(object_proxy,
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_input_client.h 28 // dbus::PropertySet override
30 dbus::PropertySet::GetCallback callback) OVERRIDE;
33 dbus::PropertySet::SetCallback callback) OVERRIDE;
fake_bluetooth_adapter_client.h 31 // dbus::PropertySet override
33 dbus::PropertySet::GetCallback callback) OVERRIDE;
36 dbus::PropertySet::SetCallback callback) OVERRIDE;
bluetooth_input_client.cc 25 : dbus::PropertySet(object_proxy, interface_name, callback) {
69 virtual dbus::PropertySet* CreateProperties(
79 return static_cast<dbus::PropertySet*>(properties);
bluetooth_input_client.h 29 struct Properties : public dbus::PropertySet {
fake_bluetooth_input_client.cc 34 dbus::PropertySet::GetCallback callback) {
45 dbus::PropertySet::SetCallback callback) {
bluetooth_adapter_client.h 30 struct Properties : public dbus::PropertySet {
bluetooth_adapter_client.cc 28 : 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,
bluetooth_device_client.cc 29 : dbus::PropertySet(object_proxy, interface_name, callback) {
87 virtual dbus::PropertySet* CreateProperties(
97 return static_cast<dbus::PropertySet*>(properties);
bluetooth_device_client.h 30 struct Properties : public dbus::PropertySet {
fake_bluetooth_adapter_client.cc 52 dbus::PropertySet::GetCallback callback) {
63 dbus::PropertySet::SetCallback callback) {
fake_bluetooth_device_client.h 34 // dbus::PropertySet override
36 dbus::PropertySet::GetCallback callback) OVERRIDE;
39 dbus::PropertySet::SetCallback callback) OVERRIDE;
fake_bluetooth_device_client.cc 170 dbus::PropertySet::GetCallback callback) {
181 dbus::PropertySet::SetCallback callback) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
KeyframeAnimationEffect.h 45 typedef HashSet<CSSPropertyID> PropertySet;
64 PropertySet properties() const;
KeyframeAnimationEffect.cpp 133 PropertySet Keyframe::properties() const
137 PropertySet properties;
192 PropertySet keyframeProperties = keyframe->properties();
193 for (PropertySet::const_iterator propertyIter = keyframeProperties.begin(); propertyIter != keyframeProperties.end(); ++propertyIter) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_property.py 14 class PropertySet(PropertyBase):
46 raise PropertySet(self._spam)
100 self.assertRaises(PropertySet, setattr, sub, "spam", None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_property.py 14 class PropertySet(PropertyBase):
46 raise PropertySet(self._spam)
100 self.assertRaises(PropertySet, setattr, sub, "spam", None)
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 

Completed in 2624 milliseconds

1 2