Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp377 bool SetDomAttributes( in SetDomAttributes() function
1890 SetDomAttributes(runtime, argv[CREATE_BODY_ATTR_IDX], *command); in JsDomCreateBody()
1927 SetDomAttributes(runtime, argv[ADD_ELEMENT_ATTR_IDX], *command); in JsDomAddElement()
2001 if (SetDomAttributes(runtime, argv[UPLOAD_ELEMENT_DOM_IDX], *command)) { in JsUpdateElementAttrs()
2375 if (SetDomAttributes(runtime, attr, *command)) { in JsSetAttribute()