Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_js_http_auth_result_wrapper.cpp34 ArkWebString stPwd = ArkWebStringClassToStruct(pwd); in Confirm() local
37 bool flag = ark_web_js_http_auth_result_->Confirm(stUserName, stPwd); in Confirm()
39 ArkWebStringStructRelease(stPwd); in Confirm()