Home
last modified time | relevance | path

Searched refs:WebCommonDialogImpl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h135 class WebCommonDialogImpl : public AceType {
136 DECLARE_ACE_TYPE(WebCommonDialogImpl, AceType);
138 explicit WebCommonDialogImpl(void* object) : object_(object) {} in WebCommonDialogImpl() function
H A Dweb_delegate_cross.cpp326 std::string WebCommonDialogImpl::GetUrl() const in GetUrl()
336 std::string WebCommonDialogImpl::GetMessage() const in GetMessage()
346 std::string WebCommonDialogImpl::GetValue() const in GetValue()
1335 auto webCommonDialog = AceType::MakeRefPtr<WebCommonDialogImpl>(object); in OnCommonDialog()