Searched refs:ParseStyles (Results 1 - 2 of 2) sorted by relevance
/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 in OHOS::Ace::Framework::JsCardParser 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 | 881 void JsCardParser::ParseStyles(const std::unique_ptr<JsonValue>& rootJson, int32_t nodeId, in ParseStyles() function in OHOS::Ace::Framework::JsCardParser 1306 ParseStyles(rootJson, selfId, customStyles_, styleJson); in UpdateDomNode() 1324 ParseStyles(rootJson, selfId, styles, styleJson); in UpdateDomNode() 1685 ParseStyles(rootJson, nodeId, customStyles_, styleJson); in CreateDomNode() 1710 ParseStyles(rootJson, nodeId, styles, styleJson); in CreateDomNode()
|
Completed in 6 milliseconds