Home
last modified time | relevance | path

Searched defs:styleJson (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.cpp71 auto styleJson = JsonUtil::Create(true); in ToJsonValue() local
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp881 ParseStyles(const std::unique_ptr<JsonValue>& rootJson, int32_t nodeId, std::vector<std::pair<std::string, std::string>>& styles, const std::unique_ptr<JsonValue>& styleJson) ParseStyles() argument
1255 UpdateDomNode(const RefPtr<Framework::JsAcePage>& page, const std::unique_ptr<JsonValue>& rootJson, int32_t parentId, const std::vector<int>& idArray, const std::unique_ptr<JsonValue>& dataJson, const std::unique_ptr<JsonValue>& styleJson, const std::unique_ptr<JsonValue>& propsJson) UpdateDomNode() argument
1335 UpdateChildRen(const std::unique_ptr<JsonValue>& childList, const RefPtr<Framework::JsAcePage>& page, int32_t selfId, const std::vector<int>& idArray, const std::unique_ptr<JsonValue>& dataJson, const std::unique_ptr<JsonValue>& styleJson, const std::unique_ptr<JsonValue>& propsJson) UpdateChildRen() argument
1633 CreateDomNode(const RefPtr<Framework::JsAcePage>& page, const std::unique_ptr<JsonValue>& rootJson, int32_t parentId, const std::unique_ptr<JsonValue>& dataJson, const std::unique_ptr<JsonValue>& actionJson, const std::unique_ptr<JsonValue>& styleJson, const std::unique_ptr<JsonValue>& propsJson, bool isNewNode) CreateDomNode() argument
[all...]

Completed in 4 milliseconds