Searched refs:GetHtml (Results 1 – 2 of 2) sorted by relevance
73 HtmlNapi *HtmlNapi::GetHtml(napi_env env, napi_callback_info info, std::shared_ptr<ContextBase> ctx… in GetHtml() function in OHOS::UDMF::HtmlNapi85 auto html = GetHtml(env, info, ctxt); in GetPlainContent()118 auto html = GetHtml(env, info, ctxt); in GetHtmlContent()
38 …static HtmlNapi *GetHtml(napi_env env, napi_callback_info info, std::shared_ptr<ContextBase> ctxt);