Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp95 const WebClientImpl* webClientImpl, in OnJsCommonDialog() argument
110 [&webClientImpl, dialogEventType, &param, &jsResult] { in OnJsCommonDialog()
111 if (webClientImpl == nullptr) { in OnJsCommonDialog()
114 auto delegate = webClientImpl->GetWebDelegate(); in OnJsCommonDialog()