Home
last modified time | relevance | path

Searched refs:SetPopupCanceledCallback (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/menu/
H A Dmenu_element.cpp43 popup->SetPopupCanceledCallback([weak = WeakClaim(this)]() { in PerformBuild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.h113 void SetPopupCanceledCallback(const std::function<void()>& canceledCallback) in SetPopupCanceledCallback() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp1314 popup_->SetPopupCanceledCallback([callback]() { in OnSelectPopupMenu()