Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp313 const ArkWebString& mime_type, const ArkWebString& encoding, const ArkWebString& history_url) in LoadWithDataAndBaseUrl() argument
317 ArkWebStringStructToClass(history_url)); in LoadWithDataAndBaseUrl()
H A Dark_web_nweb_impl.h297 const ArkWebString& encoding, const ArkWebString& history_url) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h387 const ArkWebString& history_url) = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp329 const std::string& mime_type, const std::string& encoding, const std::string& history_url) in LoadWithDataAndBaseUrl() argument
335 ArkWebString stHistoryUrl = ArkWebStringClassToStruct(history_url); in LoadWithDataAndBaseUrl()
H A Dark_web_nweb_wrapper.h303 const std::string& encoding, const std::string& history_url) override;