Searched refs:ArkWebStringMapStructToClass (Results 1 – 11 of 11) sorted by relevance
| /base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
| D | ark_web_cache_options_wrapper.cpp | 26 return ArkWebStringMapStructToClass(cache_options_->GetResponseHeaders()); in GetResponseHeaders()
|
| D | ark_web_url_resource_response_impl.cpp | 51 nweb_url_resource_response_->PutResponseHeaders(ArkWebStringMapStructToClass(response_headers)); in PutResponseHeaders()
|
| D | ark_web_engine_impl.cpp | 168 …nweb_engine_->PrefetchResource(nweb_engine_pre_args, ArkWebStringMapStructToClass(additional_http_… in PrefetchResource()
|
| D | ark_web_nweb_impl.cpp | 307 …return nweb_nweb_->Load(ArkWebStringStructToClass(url), ArkWebStringMapStructToClass(additional_ht… in Load() 619 …nweb_nweb_->PrefetchPage(ArkWebStringStructToClass(url), ArkWebStringMapStructToClass(additional_h… in PrefetchPage() 930 ArkWebStringMapStructToClass(responseHeaders), type); in InjectOfflineResource() 1126 …nweb_nweb_->PerformAction(accessibility_id, action, ArkWebStringMapStructToClass(actionArguments)); in PerformAction()
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
| D | ark_web_media_info_wrapper.cpp | 80 std::map<std::string, std::string> objHeaders = ArkWebStringMapStructToClass(stHeaders); in GetHeaders() 89 std::map<std::string, std::string> objAttributes = ArkWebStringMapStructToClass(stAttributes); in GetAttributes()
|
| D | ark_web_url_resource_request_wrapper.cpp | 54 std::map<std::string, std::string> objHeaders = ArkWebStringMapStructToClass(stHeaders); in RequestHeaders()
|
| D | ark_web_native_embed_info_wrapper.cpp | 86 std::map<std::string, std::string> objType = ArkWebStringMapStructToClass(stType); in GetParams()
|
| D | ark_web_url_resource_response_wrapper.cpp | 60 std::map<std::string, std::string> objHeaders = ArkWebStringMapStructToClass(stHeaders); in ResponseHeaders()
|
| D | ark_web_handler_impl.cpp | 844 … return nweb_handler_->OnInterceptKeyboardAttach(nullptr, ArkWebStringMapStructToClass(attributes), in OnInterceptKeyboardAttach() 850 ArkWebStringMapStructToClass(attributes), useSystemKeyboard, enterKeyType); in OnInterceptKeyboardAttach()
|
| /base/web/webview/ohos_interface/ohos_glue/base/include/ |
| D | ark_web_types.cpp | 118 std::map<std::string, std::string> ArkWebStringMapStructToClass(const ArkWebStringMap& struct_value) in ArkWebStringMapStructToClass() function
|
| D | ark_web_types.h | 341 std::map<std::string, std::string> ArkWebStringMapStructToClass(const ArkWebStringMap& struct_value…
|