Searched refs:methodNameList (Results 1 - 2 of 2) sorted by relevance
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_javascript_result_callback.cpp | 111 std::vector<std::string> methodNameList; in CallH5Function() local 112 methodNameList = ParseNapiValue2NwebValue(env, napiArg, nwebValue, &isObject); in CallH5Function() 121 FromNwebID(bundle.nwebId)->SetUpAnnotateMethods(returnedObjectId, methodNameList); in CallH5Function() 701 std::vector<std::string>* methodNameList) in IsCallableObject() 747 methodNameList->push_back(strVal); in IsCallableObject() 756 std::vector<std::string> methodNameList; in ParseNapiValue2NwebValue() local 767 if (IsCallableObject(env, value, &methodNameList)) { in ParseNapiValue2NwebValue() 769 return methodNameList; in ParseNapiValue2NwebValue() 775 return methodNameList; in ParseNapiValue2NwebValue() 782 std::vector<std::string> methodNameList; in ParseNapiValue2NwebValue() local 699 IsCallableObject(napi_env env, napi_value& value, std::vector<std::string>* methodNameList) IsCallableObject() argument 863 ProcessObjectCaseInJsTd( napi_env env, WebviewJavaScriptResultCallBack::NapiJsCallBackParm* param, napi_value callResult, std::vector<std::string>& methodNameList) ProcessObjectCaseInJsTd() argument 932 std::vector<std::string> methodNameList; ExecuteGetJavaScriptResult() local 974 std::vector<std::string> methodNameList; GetJavaScriptResultSelf() local 1132 std::vector<std::string> methodNameList; GetJavaScriptResultSelfHelper() local 1679 SetUpAnnotateMethods( JavaScriptOb::ObjectID objId, std::vector<std::string>& methodNameList) SetUpAnnotateMethods() argument [all...] |
H A D | webview_javascript_result_callback.h | 482 void SetUpAnnotateMethods(JavaScriptOb::ObjectID objId, std::vector<std::string>& methodNameList);
|
Completed in 4 milliseconds