Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h967 void SetPopupSupported(const bool supportPopup);
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp375 void AccessibilityElementInfo::SetPopupSupported(const bool supportPopup) in SetPopupSupported() function in OHOS::Accessibility::AccessibilityElementInfo
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_element_info_test.cpp676 elementInfo_->SetPopupSupported(true);
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibleabilityclient_fuzzer/
H A Daccessibleabilityclient_fuzzer.cpp240 sourceElementInfo.SetPopupSupported(data[position++] & 0x01); in GenerateAccessibilityElementInfoP3()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp1568 nodeInfo.SetPopupSupported(IsPopupSupported(ngPipeline, node->GetId())); in UpdateVirtualNodeChildAccessibilityElementInfo()
1615 nodeInfo.SetPopupSupported(IsPopupSupported(ngPipeline, node->GetId())); in UpdateVirtualNodeAccessibilityElementInfo()
1714 nodeInfo.SetPopupSupported(IsPopupSupported(ngPipeline, node->GetId())); in UpdateAccessibilityElementInfo()
1762 nodeInfo.SetPopupSupported(node->GetIsPopupSupported()); in UpdateWebAccessibilityElementInfo()