Searched refs:GetIsPopupSupported (Results 1 – 8 of 8) sorted by relevance
177 bool ArkWebAccessibilityNodeInfoImpl::GetIsPopupSupported() in GetIsPopupSupported() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoImpl179 return nweb_accessibility_node_info_->GetIsPopupSupported(); in GetIsPopupSupported()
93 bool GetIsPopupSupported() override;
197 bool ArkWebAccessibilityNodeInfoWrapper::GetIsPopupSupported() in GetIsPopupSupported() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoWrapper199 return ark_web_accessibility_node_info_->GetIsPopupSupported(); in GetIsPopupSupported()
90 bool GetIsPopupSupported() override;
119 virtual bool GetIsPopupSupported() = 0;
89 virtual bool GetIsPopupSupported() = 0;
6278 …JsonNodePutDefaultValue(jsonNode, WebAccessibilityType::POPUP, webNodeInfo->GetIsPopupSupported()); in WebNodeInfoToJsonValue()
1762 nodeInfo.SetPopupSupported(node->GetIsPopupSupported()); in UpdateWebAccessibilityElementInfo()