Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_javascript_result_callback.cpp336 WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId);
338 WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId);
340 WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId);
384 WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId) in ParseNwebValue2NapiValueHelper() argument
397 napiValue = ParseArrayNwebValue2NapiValue(env, value, objectsMap, nwebId, frameId); in ParseNwebValue2NapiValueHelper()
402 napiValue = ParseDictionaryNwebValue2NapiValue(env, value, objectsMap, nwebId, frameId); in ParseNwebValue2NapiValueHelper()
407 napiValue = ParseBinNwebValue2NapiValue(env, value, objectsMap, nwebId, frameId); in ParseNwebValue2NapiValueHelper()
423 WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId) in ParseArrayNwebValue2NapiValue() argument
435 …t_element(env, napiValue, i, ParseNwebValue2NapiValueHelper(env, nPtr, objectsMap, nwebId, frameId… in ParseArrayNwebValue2NapiValue()
444 WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId) in ParseDictionaryNwebValue2NapiValue() argument
[all …]