Searched refs:rootJson_ (Results 1 – 4 of 4) sorted by relevance
310 if (dumpUsr != rootJson_) { in OutputDomTree()356 OutputDomTree(view, rootJson_); in DumpJsonById()403 rootJson_ = cJSON_CreateObject(); in DumpDomTree()404 if (rootJson_ == nullptr) { in DumpDomTree()410 OutputDomTree(currView, rootJson_); in DumpDomTree()414 cJSON_Delete(rootJson_); in DumpDomTree()415 rootJson_ = nullptr; in DumpDomTree()423 pJson_ = cJSON_Print(rootJson_); in DumpDomTree()424 cJSON_Delete(rootJson_); in DumpDomTree()425 rootJson_ = nullptr; in DumpDomTree()
118 cJSON* rootJson_; // Root pointer of cJSON structure. variable146 rootJson_(nullptr), in UIDumpDomTree()
211 std::unique_ptr<JsonValue> rootJson_; variable
1911 UpdateDomNode(page, rootJson_, -1); in SetUpdateStatus()1969 rootJson_ = rootBody_->GetValue("template"); in Initialize()1974 CHECK_NULL_RETURN(rootJson_, false); in Initialize()1978 …if (!rootJson_->IsValid() || !styleJson_->IsValid() || !eventJson_->IsValid() || !dataJson_->IsVal… in Initialize()