Home
last modified time | relevance | path

Searched defs:DefineProperty (Results 1 – 25 of 70) sorted by relevance

123

/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DGfxInfoCollector.cpp15 void InfoObject::DefineProperty(const char* name, int value) { in DefineProperty() function in InfoObject
21 void InfoObject::DefineProperty(const char* name, nsAString& value) { in DefineProperty() function in InfoObject
35 void InfoObject::DefineProperty(const char* name, const char* value) { in DefineProperty() function in InfoObject
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DGfxInfoCollector.cpp15 void InfoObject::DefineProperty(const char *name, int value) { in DefineProperty() function in InfoObject
21 void InfoObject::DefineProperty(const char *name, nsAString &value) { in DefineProperty() function in InfoObject
35 void InfoObject::DefineProperty(const char *name, const char *value) { in DefineProperty() function in InfoObject
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DGfxInfoCollector.cpp16 InfoObject::DefineProperty(const char *name, int value) in DefineProperty() function in InfoObject
25 InfoObject::DefineProperty(const char *name, nsAString &value) in DefineProperty() function in InfoObject
43 InfoObject::DefineProperty(const char *name, const char *value) in DefineProperty() function in InfoObject
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DGfxInfoCollector.cpp15 void InfoObject::DefineProperty(const char* name, int value) { in DefineProperty() function in InfoObject
21 void InfoObject::DefineProperty(const char* name, nsAString& value) { in DefineProperty() function in InfoObject
35 void InfoObject::DefineProperty(const char* name, const char* value) { in DefineProperty() function in InfoObject
/dports/www/firefox/firefox-99.0/widget/
H A DGfxInfoCollector.cpp16 void InfoObject::DefineProperty(const char* name, int value) { in DefineProperty() function in InfoObject
22 void InfoObject::DefineProperty(const char* name, nsAString& value) { in DefineProperty() function in InfoObject
36 void InfoObject::DefineProperty(const char* name, const char* value) { in DefineProperty() function in InfoObject
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DGfxInfoCollector.cpp15 void InfoObject::DefineProperty(const char* name, int value) { in DefineProperty() function in InfoObject
21 void InfoObject::DefineProperty(const char* name, nsAString& value) { in DefineProperty() function in InfoObject
35 void InfoObject::DefineProperty(const char* name, const char* value) { in DefineProperty() function in InfoObject
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmPropertyDefinition.cxx16 void cmPropertyDefinitionMap::DefineProperty( in DefineProperty() function in cmPropertyDefinitionMap
H A DcmState.cxx327 void cmState::DefineProperty(const std::string& name, in DefineProperty() function in cmState
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmPropertyDefinition.cxx16 void cmPropertyDefinitionMap::DefineProperty( in DefineProperty() function in cmPropertyDefinitionMap
H A DcmState.cxx327 void cmState::DefineProperty(const std::string& name, in DefineProperty() function in cmState
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmPropertyDefinition.cxx16 void cmPropertyDefinitionMap::DefineProperty( in DefineProperty() function in cmPropertyDefinitionMap
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Reflection.Emit/
H A DTypeBuilder.pns.cs212 …public PropertyBuilder DefineProperty (string name, PropertyAttributes attributes, Type returnType… in DefineProperty() method in System.Reflection.Emit.TypeBuilder
217 …public PropertyBuilder DefineProperty (string name, PropertyAttributes attributes, CallingConventi… in DefineProperty() method in System.Reflection.Emit.TypeBuilder
222 …public PropertyBuilder DefineProperty (string name, PropertyAttributes attributes, Type returnType… in DefineProperty() method in System.Reflection.Emit.TypeBuilder
227 …public PropertyBuilder DefineProperty (string name, PropertyAttributes attributes, CallingConventi… in DefineProperty() method in System.Reflection.Emit.TypeBuilder
H A DTypeBuilder.cs670 …public PropertyBuilder DefineProperty (string name, PropertyAttributes attributes, Type returnType… in DefineProperty() method in System.Reflection.Emit.TypeBuilder
675 …public PropertyBuilder DefineProperty (string name, PropertyAttributes attributes, CallingConventi… in DefineProperty() method in System.Reflection.Emit.TypeBuilder
680 …public PropertyBuilder DefineProperty (string name, PropertyAttributes attributes, Type returnType… in DefineProperty() method in System.Reflection.Emit.TypeBuilder
685 …public PropertyBuilder DefineProperty (string name, PropertyAttributes attributes, CallingConventi… in DefineProperty() method in System.Reflection.Emit.TypeBuilder
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Emit/tests/TypeBuilder/
H A DTypeBuilderDefineProperty.cs34 …public void DefineProperty(string name, PropertyAttributes attributes, Type returnType, Type[] par… in DefineProperty() method in System.Reflection.Emit.Tests.TypeBuilderDefineProperty
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Mono.CodeGeneration/
H A DCodeProperty.cs47 …internal static CodeProperty DefineProperty (CodeClass cls, string name, PropertyAttributes attrib… in DefineProperty() method in Mono.CodeGeneration.CodeProperty
/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/Emit/
H A DTypeBuilder.cs406 …public PropertyBuilder DefineProperty(string name, PropertyAttributes attributes, Type returnType,… in DefineProperty() method in IKVM.Reflection.Emit.TypeBuilder
411 …public PropertyBuilder DefineProperty(string name, PropertyAttributes attributes, CallingConventio… in DefineProperty() method in IKVM.Reflection.Emit.TypeBuilder
416 …public PropertyBuilder DefineProperty(string name, PropertyAttributes attributes, Type returnType,… in DefineProperty() method in IKVM.Reflection.Emit.TypeBuilder
423 …public PropertyBuilder DefineProperty(string name, PropertyAttributes attributes, CallingConventio… in DefineProperty() method in IKVM.Reflection.Emit.TypeBuilder
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/emit/
H A Dtypebuilder.cs257 …internal static extern int DefineProperty(RuntimeModule module, int tkParent, String name, Propert… in DefineProperty() method in System.Reflection.Emit.TypeBuilder
2128 …public PropertyBuilder DefineProperty(String name, PropertyAttributes attributes, Type returnType,… in DefineProperty() method in System.Reflection.Emit.TypeBuilder
2133 public PropertyBuilder DefineProperty(String name, PropertyAttributes attributes, in DefineProperty() method in System.Reflection.Emit.TypeBuilder
2140 public PropertyBuilder DefineProperty(String name, PropertyAttributes attributes, in DefineProperty() method in System.Reflection.Emit.TypeBuilder
2150 …public PropertyBuilder DefineProperty(String name, PropertyAttributes attributes, CallingConventio… in DefineProperty() method in System.Reflection.Emit.TypeBuilder
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/
H A Dbuiltin_proxy.go279DefineProperty func(target *Object, key string, propertyDescriptor PropertyDescriptor) (success bo… member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/
H A Dbuiltin_proxy.go279DefineProperty func(target *Object, key string, propertyDescriptor PropertyDescriptor) (success bo… member
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dobject_object.cpp45 enum { GetOwnPropertyDescriptor, DefineProperty, GetPrototypeOf, enumerator
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsobj.cpp2629 js::DefineProperty(JSContext* cx, HandleObject obj, HandleId id, Handle<PropertyDescriptor> desc) in DefineProperty() function in js
2637 js::DefineProperty(JSContext* cx, HandleObject obj, HandleId id, Handle<PropertyDescriptor> desc, in DefineProperty() function in js
2647 js::DefineProperty(ExclusiveContext* cx, HandleObject obj, HandleId id, HandleValue value, in DefineProperty() function in js
2664 js::DefineProperty(ExclusiveContext* cx, HandleObject obj, PropertyName* name, HandleValue value, in DefineProperty() function in js
2687 js::DefineProperty(ExclusiveContext* cx, HandleObject obj, HandleId id, HandleValue value, in DefineProperty() function in js
2703 js::DefineProperty(ExclusiveContext* cx, HandleObject obj, PropertyName* name, HandleValue value, in DefineProperty() function in js
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsobj.cpp2678 js::DefineProperty(JSContext* cx, HandleObject obj, HandleId id, Handle<PropertyDescriptor> desc) in DefineProperty() function in js
2686 js::DefineProperty(JSContext* cx, HandleObject obj, HandleId id, Handle<PropertyDescriptor> desc, in DefineProperty() function in js
2696 js::DefineProperty(ExclusiveContext* cx, HandleObject obj, HandleId id, HandleValue value, in DefineProperty() function in js
2713 js::DefineProperty(ExclusiveContext* cx, HandleObject obj, PropertyName* name, HandleValue value, in DefineProperty() function in js
2736 js::DefineProperty(ExclusiveContext* cx, HandleObject obj, HandleId id, HandleValue value, in DefineProperty() function in js
2752 js::DefineProperty(ExclusiveContext* cx, HandleObject obj, PropertyName* name, HandleValue value, in DefineProperty() function in js
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Emit/ref/
H A DSystem.Reflection.Emit.cs380 …public System.Reflection.Emit.PropertyBuilder DefineProperty(string name, System.Reflection.Proper… in DefineProperty() method in System.Reflection.Emit.TypeBuilder
381 …public System.Reflection.Emit.PropertyBuilder DefineProperty(string name, System.Reflection.Proper… in DefineProperty() method in System.Reflection.Emit.TypeBuilder
382 …public System.Reflection.Emit.PropertyBuilder DefineProperty(string name, System.Reflection.Proper… in DefineProperty() method in System.Reflection.Emit.TypeBuilder
383 …public System.Reflection.Emit.PropertyBuilder DefineProperty(string name, System.Reflection.Proper… in DefineProperty() method in System.Reflection.Emit.TypeBuilder
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxjs/
H A Dcfxjs_engine.cpp180 void DefineProperty(v8::Local<v8::String> sPropName, in DefineProperty() function in CFXJS_ObjDefinition
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/
H A Dcfxjs_engine.cpp178 void DefineProperty(v8::Local<v8::String> sPropName, in DefineProperty() function in CFXJS_ObjDefinition

123