Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_image_declaration.cpp44 declaration.SetHref(val); in SetSpecializedAttr()
56 declaration.SetHref(val); in SetSpecializedAttr()
H A Dsvg_image_declaration.h88 void SetHref(const std::string& href) in SetHref() function
H A Dsvg_base_declaration.h146 void SetHref(const std::string& href) in SetHref() function
H A Dsvg_base_declaration.cpp253 attrs.fillState.SetHref(src);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dsvg_paint_state.h134 void SetHref(const std::string& href) in SetHref() function
362 void SetHref(const std::string& href) in SetHref() function
530 void SetHref(const std::string& href, bool isSelf = true)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_node.cpp148 attrs.fillState.SetHref(src);
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/
H A Djs_url.h188 void SetHref(const std::string& input);
H A Dnative_module_url.cpp254 static napi_value SetHref(napi_env env, napi_callback_info info) in SetHref() function
273 murl->SetHref(input); in SetHref()
955 DECLARE_NAPI_FUNCTION("href", SetHref), in UrlInit()
H A Djs_url.cpp1475 void URL::SetHref(const std::string& input) in SetHref() function in OHOS::Url::URL
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_testtwo_ng.cpp881 baseAttr.fillState.SetHref(href);
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/test/
H A Dtest_napi.cpp673 url.SetHref("http:example.com");
685 url.SetHref(" http:example.com");