Searched refs:ParseStyles (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.h | 67 void ParseStyles(const std::unique_ptr<JsonValue>& rootJson, int32_t nodeId, in ParseStyles() function 70 ParseStyles(rootJson, nodeId, styles, styleJson_); in ParseStyles() 157 void ParseStyles(const std::unique_ptr<JsonValue>& rootJson, int32_t nodeId,
|
H A D | js_card_parser.cpp | 887 void JsCardParser::ParseStyles(const std::unique_ptr<JsonValue>& rootJson, int32_t nodeId, in ParseStyles() function in OHOS::Ace::Framework::JsCardParser 1312 ParseStyles(rootJson, selfId, customStyles_, styleJson); in UpdateDomNode() 1330 ParseStyles(rootJson, selfId, styles, styleJson); in UpdateDomNode() 1684 ParseStyles(rootJson, nodeId, customStyles_, styleJson); in CreateDomNode() 1709 ParseStyles(rootJson, nodeId, styles, styleJson); in CreateDomNode()
|