Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/
H A Drich_text_delegate.h80 std::string GetUrlStringParam(const std::string& param, const std::string& name) const;
H A Drich_text_delegate.cpp416 std::string url = GetUrlStringParam(param, NTC_PARAM_URL); in OnPageError()
442 std::string RichTextDelegate::GetUrlStringParam(const std::string& param, const std::string& name) … in GetUrlStringParam() function in OHOS::Ace::RichTextDelegate
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h1037 std::string GetUrlStringParam(const std::string& param, const std::string& name) const;
H A Dweb_delegate.cpp5110 std::string url = GetUrlStringParam(param, NTC_PARAM_URL); in OnPageError()
6000 std::string WebDelegate::GetUrlStringParam(const std::string& param, const std::string& name) const in GetUrlStringParam() function in OHOS::Ace::WebDelegate