Home
last modified time | relevance | path

Searched refs:CreateProperty (Results 1 – 25 of 269) sorted by relevance

1234567891011

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/accessibility/
H A Dinspector_accessibility_agent.cc87 CreateProperty(AXPropertyNameEnum::Live, in FillLiveRegionProperties()
90 properties.emplace_back(CreateProperty( in FillLiveRegionProperties()
99 properties.emplace_back(CreateProperty( in FillLiveRegionProperties()
139 properties.emplace_back(CreateProperty( in FillGlobalStates()
146 properties.emplace_back(CreateProperty( in FillGlobalStates()
151 properties.emplace_back(CreateProperty( in FillGlobalStates()
156 properties.emplace_back(CreateProperty( in FillGlobalStates()
162 properties.emplace_back(CreateProperty( in FillGlobalStates()
266 properties.emplace_back(CreateProperty( in FillWidgetProperties()
321 properties.emplace_back(CreateProperty( in FillWidgetStates()
[all …]
H A Dinspector_type_builder_helper.h20 std::unique_ptr<AXProperty> CreateProperty(const String& name,
22 std::unique_ptr<AXProperty> CreateProperty(IgnoredReason);
H A Dinspector_type_builder_helper.cc16 std::unique_ptr<AXProperty> CreateProperty(const String& name, in CreateProperty() function
62 std::unique_ptr<AXProperty> CreateProperty(IgnoredReason reason) { in CreateProperty() function
64 return CreateProperty( in CreateProperty()
68 return CreateProperty(IgnoredReasonName(reason.reason), in CreateProperty()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/accessibility/
H A Dinspector_accessibility_agent.cc87 CreateProperty(AXPropertyNameEnum::Live, in FillLiveRegionProperties()
90 properties.emplace_back(CreateProperty( in FillLiveRegionProperties()
99 properties.emplace_back(CreateProperty( in FillLiveRegionProperties()
137 properties.emplace_back(CreateProperty( in FillGlobalStates()
144 properties.emplace_back(CreateProperty( in FillGlobalStates()
149 properties.emplace_back(CreateProperty( in FillGlobalStates()
154 properties.emplace_back(CreateProperty( in FillGlobalStates()
160 properties.emplace_back(CreateProperty( in FillGlobalStates()
264 properties.emplace_back(CreateProperty( in FillWidgetProperties()
319 properties.emplace_back(CreateProperty( in FillWidgetStates()
[all …]
H A Dinspector_type_builder_helper.h20 std::unique_ptr<AXProperty> CreateProperty(const String& name,
22 std::unique_ptr<AXProperty> CreateProperty(IgnoredReason);
H A Dinspector_type_builder_helper.cc16 std::unique_ptr<AXProperty> CreateProperty(const String& name, in CreateProperty() function
64 std::unique_ptr<AXProperty> CreateProperty(IgnoredReason reason) { in CreateProperty() function
66 return CreateProperty( in CreateProperty()
70 return CreateProperty(IgnoredReasonName(reason.reason), in CreateProperty()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Entity.Design/System/Data/WebControls/Design/
H A DEntityDataSourceDesigner.cs378 …properties["ConnectionString"] = TypeDescriptor.CreateProperty(designerType, "ConnectionString", t… in PreFilterProperties()
379 …properties["DefaultContainerName"] = TypeDescriptor.CreateProperty(designerType, "DefaultContainer… in PreFilterProperties()
380 …properties["EntitySetName"] = TypeDescriptor.CreateProperty(designerType, "EntitySetName", typeof(… in PreFilterProperties()
381 …properties["EntityTypeFilter"] = TypeDescriptor.CreateProperty(designerType, "EntityTypeFilter", t… in PreFilterProperties()
382 …properties["CommandText"] = TypeDescriptor.CreateProperty(designerType, "CommandText", typeof(stri… in PreFilterProperties()
383 … properties["OrderBy"] = TypeDescriptor.CreateProperty(designerType, "OrderBy", typeof(string)); in PreFilterProperties()
384 … properties["Select"] = TypeDescriptor.CreateProperty(designerType, "Select", typeof(string)); in PreFilterProperties()
385 … properties["Where"] = TypeDescriptor.CreateProperty(designerType, "Where", typeof(string)); in PreFilterProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk4/
H A Dconvert3to4.cxx120 auto xMarginEnd = CreateProperty(xDoc, "margin-end", rBorderWidth); in AddBorderAsMargins()
479 auto xIconSize = CreateProperty(xDoc, "icon-size", "2"); in Convert3To4()
512 auto xHasFrame = CreateProperty( in Convert3To4()
548 auto xHasFrame = CreateProperty(xDoc, "has-frame", "False"); in Convert3To4()
604 auto xPopover = CreateProperty(xDoc, "popover", sMenuName); in Convert3To4()
735 auto xVExpand = CreateProperty(xDoc, "vexpand", "True"); in Convert3To4()
883 xChild->appendChild(CreateProperty(xDoc, "menu-model", sId)); in Convert3To4()
884 xChild->appendChild(CreateProperty(xDoc, "visible", "False")); in Convert3To4()
945 auto xVisible = CreateProperty(xDoc, "visible", "False"); in Convert3To4()
1161 auto xVisible = CreateProperty(xDoc, "visible", "False"); in Convert3To4()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/
H A DCreateProperty.cs33 public class CreateProperty : TaskExtension { class
37 public CreateProperty () in CreateProperty() method in Microsoft.Build.Tasks.CreateProperty
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Net.Http.Formatting/Formatting/
H A DJsonContractResolver.cs59 …protected override JsonProperty CreateProperty(MemberInfo member, MemberSerialization memberSerial… in CreateProperty() method in System.Net.Http.Formatting.JsonContractResolver
61 JsonProperty property = base.CreateProperty(member, memberSerialization); in CreateProperty()
104 return CreateProperty(member, memberSerialization); in CreatePrivateProperty()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebParts/
H A DWebPartMenuStyle.cs186 … TypeDescriptor.CreateProperty(GetType(), oldPaddingProperty, new DefaultValueAttribute(1)); in ICustomTypeDescriptor.GetProperties()
190 … TypeDescriptor.CreateProperty(GetType(), oldSpacingProperty, new DefaultValueAttribute(0)); in ICustomTypeDescriptor.GetProperties()
194 TypeDescriptor.CreateProperty(GetType(), oldFontProperty, in ICustomTypeDescriptor.GetProperties()
201 TypeDescriptor.CreateProperty(GetType(), oldForeColorProperty, in ICustomTypeDescriptor.GetProperties()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.EnterpriseServices/System.EnterpriseServices/
H A DSharedPropertyGroup.cs55 public SharedProperty CreateProperty (string name, out bool fExists) in CreateProperty() method in System.EnterpriseServices.SharedPropertyGroup
57 return new SharedProperty (propertyGroup.CreateProperty (name, out fExists)); in CreateProperty()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Reflection.Context/System.Reflection.Context/
H A DCustomReflectionContext.cs58 …protected PropertyInfo CreateProperty (Type propertyType, string name, Func<object, object> getter… in CreateProperty() method in System.Reflection.Context.CustomReflectionContext
64 …protected PropertyInfo CreateProperty (Type propertyType, string name, Func<object, object> getter… in CreateProperty() method in System.Reflection.Context.CustomReflectionContext
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Context/ref/
H A DSystem.Reflection.Context.cs16 …protected System.Reflection.PropertyInfo CreateProperty(System.Type propertyType, string name, Sys… in CreateProperty() method in System.Reflection.Context.CustomReflectionContext
17 …protected System.Reflection.PropertyInfo CreateProperty(System.Type propertyType, string name, Sys… in CreateProperty() method in System.Reflection.Context.CustomReflectionContext
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/tests/Jayrock/Json/Conversion/
H A DTestCustomTypeDescriptor.cs302 return CustomTypeDescriptor.CreateProperty(typeof(Thing).GetField("Field1")); in GetField1Property()
307 return CustomTypeDescriptor.CreateProperty(typeof(Thing).GetField("ReadOnlyField")); in GetReadOnlyFieldProperty()
312 return CustomTypeDescriptor.CreateProperty(typeof(Thing).GetProperty("Property1")); in GetProperty1Property()
317 … return CustomTypeDescriptor.CreateProperty(typeof(Thing).GetProperty("ReadOnlyProperty")); in GetReadOnlyPropertyProperty()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Tasks/Test/Microsoft.Build.Tasks/
H A DCreatePropertyTest.cs44 CreateProperty cp = new CreateProperty (); in TestAssignment()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/BuildIntegration/
H A DMicrosoft.DotNet.ILCompiler.targets26 <CreateProperty Value="%(RuntimePackage.ResolvedPath)">
28 </CreateProperty>
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Reflection.Context.cs32 …protected System.Reflection.PropertyInfo CreateProperty(System.Type propertyType, string name, Sys… in CreateProperty() method in System.Reflection.Context.CustomReflectionContext
33 …protected System.Reflection.PropertyInfo CreateProperty(System.Type propertyType, string name, Sys… in CreateProperty() method in System.Reflection.Context.CustomReflectionContext
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Reflection.Context.cs32 …protected System.Reflection.PropertyInfo CreateProperty(System.Type propertyType, string name, Sys… in CreateProperty() method in System.Reflection.Context.CustomReflectionContext
33 …protected System.Reflection.PropertyInfo CreateProperty(System.Type propertyType, string name, Sys… in CreateProperty() method in System.Reflection.Context.CustomReflectionContext
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/Documentation/
H A DConditionalPropertiesTests.cs69 …protected override JsonProperty CreateProperty(MemberInfo member, MemberSerialization memberSerial… in CreateProperty() method in Newtonsoft.Json.Tests.Documentation.ShouldSerializeContractResolver
71 JsonProperty property = base.CreateProperty(member, memberSerialization); in CreateProperty()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Reflection.Context.cs69 …protected System.Reflection.PropertyInfo CreateProperty(System.Type propertyType, string name, Sys… in CreateProperty() method in System.Reflection.Context.CustomReflectionContext
71 …protected System.Reflection.PropertyInfo CreateProperty(System.Type propertyType, string name, Sys… in CreateProperty() method in System.Reflection.Context.CustomReflectionContext
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.Reflection.Context.cs69 …protected System.Reflection.PropertyInfo CreateProperty(System.Type propertyType, string name, Sys… in CreateProperty() method in System.Reflection.Context.CustomReflectionContext
71 …protected System.Reflection.PropertyInfo CreateProperty(System.Type propertyType, string name, Sys… in CreateProperty() method in System.Reflection.Context.CustomReflectionContext
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Reflection.Context.cs68 …protected System.Reflection.PropertyInfo CreateProperty(System.Type propertyType, string name, Sys… in CreateProperty() method in System.Reflection.Context.CustomReflectionContext
70 …protected System.Reflection.PropertyInfo CreateProperty(System.Type propertyType, string name, Sys… in CreateProperty() method in System.Reflection.Context.CustomReflectionContext
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.Reflection.Context.cs68 …protected System.Reflection.PropertyInfo CreateProperty(System.Type propertyType, string name, Sys… in CreateProperty() method in System.Reflection.Context.CustomReflectionContext
70 …protected System.Reflection.PropertyInfo CreateProperty(System.Type propertyType, string name, Sys… in CreateProperty() method in System.Reflection.Context.CustomReflectionContext
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Reflection.Context.cs69 …protected System.Reflection.PropertyInfo CreateProperty(System.Type propertyType, string name, Sys… in CreateProperty() method in System.Reflection.Context.CustomReflectionContext
71 …protected System.Reflection.PropertyInfo CreateProperty(System.Type propertyType, string name, Sys… in CreateProperty() method in System.Reflection.Context.CustomReflectionContext

1234567891011