Searched refs:customJson (Results 1 – 1 of 1) sorted by relevance
1295 auto customJson = rootBody_->GetValue(type); in UpdateDomNode() local1296 auto customJsonTemplate = customJson->GetValue("template"); in UpdateDomNode()1297 auto customJsonData = customJson->GetValue("data"); in UpdateDomNode()1298 auto customJsonProps = customJson->GetValue("props"); in UpdateDomNode()1299 auto customJsonStyle = customJson->GetValue("styles"); in UpdateDomNode()1666 auto customJson = rootBody_->GetValue(type); in CreateDomNode() local1667 auto customJsonTemplate = customJson->GetValue("template"); in CreateDomNode()1668 auto customJsonData = customJson->GetValue("data"); in CreateDomNode()1669 auto customJsonProps = customJson->GetValue("props"); in CreateDomNode()1670 auto customJsonActions = customJson->GetValue("actions"); in CreateDomNode()[all …]