Searched refs:styleJson_ (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 | 42 … CreateDomNode(page, rootJson, parentId, dataJson_, eventJson_, styleJson_, nullptr, isNewNode); 57 UpdateDomNode(page, rootJson, parentId, idArray, dataJson_, styleJson_, nullptr); 70 ParseStyles(rootJson, nodeId, styles, styleJson_); in ParseStyles() 210 std::unique_ptr<JsonValue> styleJson_; variable
|
H A D | js_card_parser.cpp | 983 auto fontFaceValue = styleJson_->GetValue("@FONT-FACE"); in RegisterFont() 1092 auto media = styleJson_->GetValue("@MEDIA"); in LoadMediaQueryStyle() 1970 styleJson_ = rootBody_->GetValue("styles"); in Initialize() 1975 CHECK_NULL_RETURN(styleJson_, false); in Initialize() 1978 …if (!rootJson_->IsValid() || !styleJson_->IsValid() || !eventJson_->IsValid() || !dataJson_->IsVal… in Initialize()
|