Searched refs:PropertySet (Results 1 – 12 of 12) sorted by relevance
/external/libchrome/dbus/ |
D | property.cc | 26 void PropertyBase::Init(PropertySet* property_set, const std::string& name) { in Init() 37 PropertySet::PropertySet( in PropertySet() function in dbus::PropertySet 46 PropertySet::~PropertySet() { in ~PropertySet() 49 void PropertySet::RegisterProperty(const std::string& name, in RegisterProperty() 55 void PropertySet::ConnectSignals() { in ConnectSignals() 60 base::Bind(&PropertySet::ChangedReceived, in ConnectSignals() 62 base::Bind(&PropertySet::ChangedConnected, in ConnectSignals() 67 void PropertySet::ChangedReceived(Signal* signal) { in ChangedReceived() 92 void PropertySet::ChangedConnected(const std::string& /* interface_name */, in ChangedConnected() 100 void PropertySet::Get(PropertyBase* property, GetCallback callback) { in Get() [all …]
|
D | property.h | 131 class PropertySet; variable 148 void Init(PropertySet* property_set, const std::string& name); 186 PropertySet* property_set() { return property_set_; } in property_set() 191 PropertySet* property_set_; 211 class CHROME_DBUS_EXPORT PropertySet { 224 PropertySet(ObjectProxy* object_proxy, const std::string& interface, 229 virtual ~PropertySet(); 319 base::WeakPtr<PropertySet> GetWeakPtr() { in GetWeakPtr() 349 base::WeakPtrFactory<PropertySet> weak_ptr_factory_; 351 DISALLOW_COPY_AND_ASSIGN(PropertySet); [all …]
|
D | object_manager.h | 155 virtual PropertySet* CreateProperties( 221 PropertySet* GetProperties(const ObjectPath& object_path, 345 typedef std::map<const std::string, PropertySet*> PropertiesMap;
|
D | mock_object_manager.h | 32 MOCK_METHOD2(GetProperties, PropertySet*(const ObjectPath&,
|
D | object_manager.cc | 69 PropertySet* properties = piter->second; in ~ObjectManager() 124 PropertySet* ObjectManager::GetProperties(const ObjectPath& object_path, in GetProperties() 347 PropertySet* properties = GetProperties(object_path, interface); in NotifyPropertiesChangedHelper() 460 PropertySet* property_set; in AddInterface()
|
/external/libbrillo/brillo/dbus/ |
D | dbus_property.h | 30 void Get(dbus::PropertySet::GetCallback callback) { in Get() 43 void Set(const T& value, dbus::PropertySet::SetCallback callback) { in Set()
|
/external/opencv3/samples/winrt/JavaScript/js/ |
D | AdvancedCapture.js | 86 var props = new Windows.Foundation.Collections.PropertySet();
|
/external/opencv3/samples/winrt/ImageManipulations/ |
D | AdvancedCapture.xaml.cpp | 551 PropertySet^ props = ref new PropertySet(); in __anonfbba547b1002()
|
/external/testng/src/main/java/org/testng/ |
D | TestNGAntTask.java | 34 import org.apache.tools.ant.types.PropertySet; 1118 public void addConfiguredPropertySet(PropertySet sysPropertySet) { in addConfiguredPropertySet()
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 980 llvm::SmallPtrSet<const IdentifierInfo*, 16> &PropertySet, 2877 PushProtocolProperties(llvm::SmallPtrSet<const IdentifierInfo*,16> &PropertySet, in PushProtocolProperties() argument 2883 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes); in PushProtocolProperties() 2885 if (!PropertySet.insert(PD->getIdentifier()).second) in PushProtocolProperties() 2912 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet; in EmitPropertyList() local 2922 PropertySet.insert(PD->getIdentifier()); in EmitPropertyList() 2928 if (!PropertySet.insert(PD->getIdentifier()).second) in EmitPropertyList() 2935 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes); in EmitPropertyList() 2939 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes); in EmitPropertyList()
|
D | CGDebugInfo.cpp | 1819 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet; in CreateTypeDefinition() local 1822 PropertySet.insert(PD->getIdentifier()); in CreateTypeDefinition() 1828 if (!PropertySet.insert(PD->getIdentifier()).second) in CreateTypeDefinition()
|
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.hpp | 430 #define _PropertySet Windows::Foundation::Collections::PropertySet 431 #define _Map Windows::Foundation::Collections::PropertySet
|