Searched defs:PropertySet (Results 1 - 5 of 5) 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...]
/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;
/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 203 milliseconds