HomeSort by relevance Sort by last modified time
    Searched defs:PropertyBase (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/dbus/
property.h 129 // PropertyBase is an abstract base-class consisting of the parts of
133 class PropertyBase {
135 PropertyBase() : property_set_(NULL) {}
185 DISALLOW_COPY_AND_ASSIGN(PropertyBase);
221 // call the PropertyBase::Init method.
222 void RegisterProperty(const std::string& name, PropertyBase* property);
247 virtual void Get(PropertyBase* property, GetCallback callback);
248 virtual void OnGet(PropertyBase* property, GetCallback callback,
267 virtual void Set(PropertyBase* property, SetCallback callback);
268 virtual void OnSet(PropertyBase* property, SetCallback callback
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_property.py 8 class PropertyBase(Exception):
11 class PropertyGet(PropertyBase):
14 class PropertySet(PropertyBase):
17 class PropertyDel(PropertyBase):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_property.py 8 class PropertyBase(Exception):
11 class PropertyGet(PropertyBase):
14 class PropertySet(PropertyBase):
17 class PropertyDel(PropertyBase):

Completed in 90 milliseconds