Searched refs:ObjectMap (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/web/webview/interfaces/kits/cj/include/ |
H A D | webview_javascript_result_callback.h | 122 typedef std::unordered_map<JavaScriptOb::ObjectID, std::shared_ptr<JavaScriptOb>> ObjectMap; typedef 185 ObjectMap objects_;
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_javascript_result_callback.h | 403 typedef std::unordered_map<JavaScriptOb::ObjectID, std::shared_ptr<JavaScriptOb>> ObjectMap; typedef 478 ObjectMap GetObjectMap(); 527 ObjectMap objects_;
|
H A D | webview_javascript_result_callback.cpp | 351 WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId); 353 WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId); 355 WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId); 399 WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId) in ParseNwebValue2NapiValueHelper() 438 WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId) in ParseArrayNwebValue2NapiValue() 459 WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId) in ParseDictionaryNwebValue2NapiValue() 478 WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId) in ParseBinNwebValue2NapiValue() 526 WebviewJavaScriptResultCallBack::ObjectMap objectsMap, int32_t nwebId, int32_t frameId) in ParseNwebValue2NapiValue() 1746 WebviewJavaScriptResultCallBack::ObjectMap WebviewJavaScriptResultCallBack::GetObjectMap() in GetObjectMap()
|