Home
last modified time | relevance | path

Searched refs:hasLabel (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/semantics/
Dlabel_and_value.dart50 final bool hasLabel = semanticsObject.hasLabel;
59 if (!hasLabel && !shouldDisplayValue) {
65 if (hasLabel) {
Dlive_region.dart26 if (semanticsObject.hasLabel) {
Dimage.dart56 if (semanticsObject.hasLabel) {
Dsemantics.dart385 bool get hasLabel => _label != null && _label.isNotEmpty;
757 _updateRole(Role.labelAndValue, (hasLabel || hasValue) && !isVisualOnly);
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptorProto.php245 public function hasLabel() function in Google\\Protobuf\\Internal\\FieldDescriptorProto