Searched refs:GetIsPluralLineSupported (Results 1 – 8 of 8) sorted by relevance
267 bool ArkWebAccessibilityNodeInfoImpl::GetIsPluralLineSupported() in GetIsPluralLineSupported() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoImpl269 return nweb_accessibility_node_info_->GetIsPluralLineSupported(); in GetIsPluralLineSupported()
129 bool GetIsPluralLineSupported() override;
295 bool ArkWebAccessibilityNodeInfoWrapper::GetIsPluralLineSupported() in GetIsPluralLineSupported() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoWrapper297 return ark_web_accessibility_node_info_->GetIsPluralLineSupported(); in GetIsPluralLineSupported()
126 bool GetIsPluralLineSupported() override;
173 virtual bool GetIsPluralLineSupported() = 0;
125 virtual bool GetIsPluralLineSupported() = 0;
6277 …DefaultValue(jsonNode, WebAccessibilityType::PLURAL_LINE, webNodeInfo->GetIsPluralLineSupported()); in WebNodeInfoToJsonValue()
1463 nodeInfo.SetPluraLineSupported(node->GetIsPluralLineSupported()); in UpdateWebAccessibilityElementInfo()