Searched defs:AddProperty (Results 1 – 6 of 6) sorted by relevance
26 void DBusInterface::AddProperty(const std::string& property_name, in AddProperty() function in brillo::dbus_utils::DBusInterface
310 void CFX_CSSDeclaration::AddProperty(const CFX_CSSPropertyTable* pTable, in AddProperty() function in CFX_CSSDeclaration425 void CFX_CSSDeclaration::AddProperty(const WideString& prop, in AddProperty() function in CFX_CSSDeclaration
384 void AddProperty() { expected_property_count_++; } in AddProperty() function
1929 auto AddProperty = [&](const ObjCPropertyDecl *PD) { in CreateTypeDefinition() local
2958 auto AddProperty = [&](const ObjCPropertyDecl *PD) { in EmitPropertyList() local
5343 void JSObject::AddProperty(Handle<JSObject> object, Handle<Name> name, in AddProperty() function in v8::internal::JSObject