Home
last modified time | relevance | path

Searched refs:kPlaceholder (Results 76 – 100 of 111) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/accessibility/
H A Dax_node_object.cc2794 case ax::mojom::blink::NameFrom::kPlaceholder: in ShouldInsertSpaceBetweenObjectsIfNeeded()
2808 case ax::mojom::blink::NameFrom::kPlaceholder: in ShouldInsertSpaceBetweenObjectsIfNeeded()
4168 name_from = ax::mojom::blink::NameFrom::kPlaceholder; in NativeTextAlternative()
4217 name_from = ax::mojom::blink::NameFrom::kPlaceholder; in NativeTextAlternative()
4225 GetAOMPropertyOrARIAAttribute(AOMStringProperty::kPlaceholder); in NativeTextAlternative()
4740 if (name_from == ax::mojom::blink::NameFrom::kPlaceholder) in Placeholder()
4752 GetAOMPropertyOrARIAAttribute(AOMStringProperty::kPlaceholder); in Placeholder()
/dports/www/node10/node-v10.24.1/deps/v8/src/arm64/
H A Dinstructions-arm64.h637 enum SubstitutionMode { kPlaceholder, kFormat }; enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/browser/accessibility/flutter/
H A Dflutter_semantics_node_wrapper.cc325 out_data->AddStringAttribute(ax::mojom::StringAttribute::kPlaceholder, in Serialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/
H A Dax_enum_util.cc797 case ax::mojom::StringAttribute::kPlaceholder: in ToString()
1482 case ax::mojom::NameFrom::kPlaceholder: in ToString()
H A Dax_node.cc556 case ax::mojom::NameFrom::kPlaceholder: in GetInnerText()
H A Dax_event_generator.cc388 case ax::mojom::StringAttribute::kPlaceholder: in OnStringAttributeChanged()
H A Dax_node_data.cc1495 case ax::mojom::StringAttribute::kPlaceholder: in ToString()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/accessibility/
H A Dbrowser_accessibility_android.cc534 if (GetData().GetNameFrom() != ax::mojom::NameFrom::kPlaceholder) { in GetHint()
536 GetString16Attribute(ax::mojom::StringAttribute::kPlaceholder); in GetHint()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/
H A Dax_enum_util.cc1454 case ax::mojom::StringAttribute::kPlaceholder: in ToString()
1515 return ax::mojom::StringAttribute::kPlaceholder; in ParseStringAttribute()
2586 case ax::mojom::NameFrom::kPlaceholder: in ToString()
2613 return ax::mojom::NameFrom::kPlaceholder; in ParseNameFrom()
H A Dax_event_generator.cc305 case ax::mojom::StringAttribute::kPlaceholder: in OnStringAttributeChanged()
H A Dax_node_data.cc1414 case ax::mojom::StringAttribute::kPlaceholder: in ToString()
H A Dax_event_generator_unittest.cc1113 {ax::mojom::StringAttribute::kPlaceholder, "a", "b"}, in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/accessibility/
H A Dbrowser_accessibility_android.cc605 if (GetData().GetNameFrom() != ax::mojom::NameFrom::kPlaceholder) { in GetHint()
607 GetString16Attribute(ax::mojom::StringAttribute::kPlaceholder); in GetHint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/accessibility/
H A Dblink_ax_tree_source.cc697 ax::mojom::StringAttribute::kPlaceholder, in SerializeNameAndDescriptionAttributes()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/accessibility/
H A Dblink_ax_tree_source.cc693 ax::mojom::StringAttribute::kPlaceholder, in SerializeNode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/platform/
H A Dax_platform_node_textrangeprovider_win_unittest.cc3599 static_cast<int>(ax::mojom::NameFrom::kPlaceholder)); in TEST_F()
3600 input_text_data.AddStringAttribute(ax::mojom::StringAttribute::kPlaceholder, in TEST_F()
3623 input_text_data2.AddStringAttribute(ax::mojom::StringAttribute::kPlaceholder, in TEST_F()
H A Dax_platform_node_win.cc4081 if (HasStringAttribute(ax::mojom::StringAttribute::kPlaceholder)) { in GetPropertyValue()
4083 GetStringAttributeAsBstr(ax::mojom::StringAttribute::kPlaceholder, in GetPropertyValue()
4085 } else if (data.GetNameFrom() == ax::mojom::NameFrom::kPlaceholder || in GetPropertyValue()
7442 parent->HasStringAttribute(ax::mojom::StringAttribute::kPlaceholder); in IsPlaceholderText()
H A Dax_platform_node_base.cc946 AddAttributeToList(ax::mojom::StringAttribute::kPlaceholder, "placeholder", in ComputeAttributes()
H A Dax_platform_node_mac.mm820 return [self getStringAttribute:ax::mojom::StringAttribute::kPlaceholder];
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/platform/
H A Dax_platform_node_win.cc4134 if (HasStringAttribute(ax::mojom::StringAttribute::kPlaceholder)) { in GetPropertyValueImpl()
4136 GetStringAttributeAsBstr(ax::mojom::StringAttribute::kPlaceholder, in GetPropertyValueImpl()
4138 } else if (data.GetNameFrom() == ax::mojom::NameFrom::kPlaceholder || in GetPropertyValueImpl()
7753 parent->HasStringAttribute(ax::mojom::StringAttribute::kPlaceholder); in IsPlaceholderText()
H A Dax_platform_node_textrangeprovider_win_unittest.cc3750 static_cast<int>(ax::mojom::NameFrom::kPlaceholder)); in TEST_F()
3751 input_text_data.AddStringAttribute(ax::mojom::StringAttribute::kPlaceholder, in TEST_F()
3774 input_text_data2.AddStringAttribute(ax::mojom::StringAttribute::kPlaceholder, in TEST_F()
H A Dax_platform_node_base.cc971 AddAttributeToList(ax::mojom::StringAttribute::kPlaceholder, "placeholder", in ComputeAttributes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/web_test/renderer/
H A Dweb_ax_object_proxy.cc1578 case ax::mojom::NameFrom::kPlaceholder: in NameFrom()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/docs/accessibility/
H A Doverview.md307 of ax::mojom::StringAttribute::kPlaceholder and the placeholder string as the value.
/dports/www/chromium-legacy/chromium-88.0.4324.182/docs/accessibility/
H A Doverview.md307 of ax::mojom::StringAttribute::kPlaceholder and the placeholder string as the value.

12345