HomeSort by relevance Sort by last modified time
    Searched refs:PropertySet (Results 26 - 50 of 63) sorted by null

12 3

  /external/chromium_org/chromeos/dbus/
bluetooth_gatt_service_client.h 23 struct Properties : public dbus::PropertySet {
fake_bluetooth_gatt_service_client.cc 41 dbus::PropertySet::GetCallback callback) {
52 dbus::PropertySet::GetCallback callback) {
bluetooth_adapter_client.h 26 struct Properties : public dbus::PropertySet {
bluetooth_gatt_characteristic_client.h 24 struct Properties : public dbus::PropertySet {
bluetooth_adapter_client.cc 27 : dbus::PropertySet(object_proxy, interface_name, callback) {
82 virtual dbus::PropertySet* CreateProperties(
92 return static_cast<dbus::PropertySet*>(properties);
207 // Called by dbus::PropertySet when a property value is changed,
bluetooth_gatt_descriptor_client.cc 27 : dbus::PropertySet(object_proxy, interface_name, callback) {
138 virtual dbus::PropertySet* CreateProperties(
148 return static_cast<dbus::PropertySet*>(properties);
180 // Called by dbus::PropertySet when a property value is changed, either by
bluetooth_gatt_characteristic_client.cc 27 : dbus::PropertySet(object_proxy, interface_name, callback) {
195 virtual dbus::PropertySet* CreateProperties(
205 return static_cast<dbus::PropertySet*>(properties);
252 // Called by dbus::PropertySet when a property value is changed, either by
fake_bluetooth_adapter_client.cc 52 dbus::PropertySet::GetCallback callback) {
63 dbus::PropertySet::SetCallback callback) {
fake_bluetooth_device_client.h 33 // dbus::PropertySet override
35 dbus::PropertySet::GetCallback callback) OVERRIDE;
38 dbus::PropertySet::SetCallback callback) OVERRIDE;
fake_bluetooth_gatt_descriptor_client.cc 32 dbus::PropertySet::GetCallback callback) {
43 dbus::PropertySet::SetCallback callback) {
fake_nfc_device_client.cc 35 dbus::PropertySet::GetCallback callback) {
46 dbus::PropertySet::SetCallback callback) {
fake_nfc_tag_client.cc 34 dbus::PropertySet::GetCallback callback) {
45 dbus::PropertySet::SetCallback callback) {
bluetooth_device_client.cc 28 : dbus::PropertySet(object_proxy, interface_name, callback) {
82 virtual dbus::PropertySet* CreateProperties(
92 return static_cast<dbus::PropertySet*>(properties);
bluetooth_device_client.h 26 struct Properties : public dbus::PropertySet {
  /external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimations.cpp 80 PropertySet properties = keyframeEffect.properties();
88 for (PropertySet::const_iterator it = properties.begin(); it != properties.end(); ++it) {
141 PropertySet properties = keyframeEffect.properties();
146 for (PropertySet::const_iterator it = properties.begin(); it != properties.end(); ++it) {
413 PropertySet properties = effect.properties();
415 for (PropertySet::iterator it = properties.begin(); it != properties.end(); ++it) {
StringKeyframe.cpp 32 PropertySet StringKeyframe::properties() const
36 PropertySet properties;
StringKeyframe.h 29 virtual PropertySet properties() const OVERRIDE;
KeyframeEffectModel.h 76 PropertySet properties() const;
  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableValueKeyframe.h 29 virtual PropertySet properties() const OVERRIDE;
  /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/chromium_org/dbus/
object_manager_unittest.cc 26 // and by extension PropertySet and Property<>.
34 struct Properties : public PropertySet {
43 : PropertySet(object_proxy, interface_name, property_changed_callback) {
51 virtual PropertySet* CreateProperties(
59 return static_cast<PropertySet*>(properties);
property_unittest.cc 25 // The property test exerises the asynchronous APIs in PropertySet and
32 struct Properties : public PropertySet {
41 : PropertySet(object_proxy,
object_manager.cc 67 PropertySet* properties = piter->second;
122 PropertySet* ObjectManager::GetProperties(const ObjectPath& object_path,
342 PropertySet* properties = GetProperties(object_path, interface);
454 PropertySet* property_set;
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp 99 PropertySet specifiedPropertiesForUseCounter;
134 for (PropertySet::const_iterator iter = specifiedPropertiesForUseCounter.begin(); iter != specifiedPropertiesForUseCounter.end(); ++iter) {
171 PropertySet allProperties;
174 const PropertySet& keyframeProperties = keyframes[i]->properties();
175 for (PropertySet::const_iterator iter = keyframeProperties.begin(); iter != keyframeProperties.end(); ++iter)
178 const PropertySet& startKeyframeProperties = startKeyframe->properties();
179 const PropertySet& endKeyframeProperties = endKeyframe->properties();
183 for (PropertySet::const_iterator iter = allProperties.begin(); iter != allProperties.end(); ++iter) {
    [all...]

Completed in 5164 milliseconds

12 3