Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_javascript_result_callback.h225 napi_value FindMethod(const std::string& methodName) in FindMethod() function
Dwebview_javascript_result_callback.cpp852 napi_value callback = jsObj->FindMethod(inParam->methodName); in ExecuteGetJavaScriptResult()
891 napi_value callback = jsObj->FindMethod(method); in GetJavaScriptResultSelf()