Searched refs:GetIsDeletable (Results 1 – 8 of 8) sorted by relevance
167 bool ArkWebAccessibilityNodeInfoImpl::GetIsDeletable() in GetIsDeletable() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoImpl169 return nweb_accessibility_node_info_->GetIsDeletable(); in GetIsDeletable()
89 bool GetIsDeletable() override;
187 bool ArkWebAccessibilityNodeInfoWrapper::GetIsDeletable() in GetIsDeletable() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoWrapper189 return ark_web_accessibility_node_info_->GetIsDeletable(); in GetIsDeletable()
86 bool GetIsDeletable() override;
113 virtual bool GetIsDeletable() = 0;
85 virtual bool GetIsDeletable() = 0;
6279 … JsonNodePutDefaultValue(jsonNode, WebAccessibilityType::DELETABLE, webNodeInfo->GetIsDeletable()); in WebNodeInfoToJsonValue()
1491 nodeInfo.SetDeletable(node->GetIsDeletable()); in UpdateWebAccessibilityElementInfo()