Home
last modified time | relevance | path

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

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
Dark_web_cache_options_wrapper.cpp26 return ArkWebStringMapStructToClass(cache_options_->GetResponseHeaders()); in GetResponseHeaders()
Dark_web_url_resource_response_impl.cpp51 nweb_url_resource_response_->PutResponseHeaders(ArkWebStringMapStructToClass(response_headers)); in PutResponseHeaders()
Dark_web_engine_impl.cpp173 …nweb_engine_->PrefetchResource(nweb_engine_pre_args, ArkWebStringMapStructToClass(additional_http_… in PrefetchResource()
Dark_web_nweb_impl.cpp309 …return nweb_nweb_->Load(ArkWebStringStructToClass(url), ArkWebStringMapStructToClass(additional_ht… in Load()
621 …nweb_nweb_->PrefetchPage(ArkWebStringStructToClass(url), ArkWebStringMapStructToClass(additional_h… in PrefetchPage()
932 ArkWebStringMapStructToClass(responseHeaders), type); in InjectOfflineResource()
1120 …nweb_nweb_->PerformAction(accessibility_id, action, ArkWebStringMapStructToClass(actionArguments)); in PerformAction()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_media_info_wrapper.cpp80 std::map<std::string, std::string> objHeaders = ArkWebStringMapStructToClass(stHeaders); in GetHeaders()
89 std::map<std::string, std::string> objAttributes = ArkWebStringMapStructToClass(stAttributes); in GetAttributes()
Dark_web_url_resource_request_wrapper.cpp54 std::map<std::string, std::string> objHeaders = ArkWebStringMapStructToClass(stHeaders); in RequestHeaders()
Dark_web_native_embed_info_wrapper.cpp86 std::map<std::string, std::string> objType = ArkWebStringMapStructToClass(stType); in GetParams()
Dark_web_url_resource_response_wrapper.cpp60 std::map<std::string, std::string> objHeaders = ArkWebStringMapStructToClass(stHeaders); in ResponseHeaders()
Dark_web_handler_impl.cpp843 nullptr, ArkWebStringMapStructToClass(attributes), useSystemKeyboard, enterKeyType); in OnInterceptKeyboardAttach()
847 ArkWebStringMapStructToClass(attributes), useSystemKeyboard, enterKeyType); in OnInterceptKeyboardAttach()
/base/web/webview/ohos_interface/ohos_glue/base/include/
Dark_web_types.h341 std::map<std::string, std::string> ArkWebStringMapStructToClass(const ArkWebStringMap& struct_value…
Dark_web_types.cpp118 std::map<std::string, std::string> ArkWebStringMapStructToClass(const ArkWebStringMap& struct_value) in ArkWebStringMapStructToClass() function