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

  /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...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
KeyframeAnimationEffect.h 45 typedef HashSet<CSSPropertyID> PropertySet;
64 PropertySet properties() const;
  /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 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 269 milliseconds