Home
last modified time | relevance | path

Searched refs:jsonTree (Results 1 - 2 of 2) sorted by relevance

/ide/tools/previewer/
H A DRichPreviewer.cpp51 std::string jsonTree = JsAppImpl::GetInstance().GetJSONTree(); in NotifyInspectorChanged() local
52 if (jsonTree == jsonTreeLast) { in NotifyInspectorChanged()
56 jsonTreeLast = jsonTree; in NotifyInspectorChanged()
60 commandResult.Add("result", jsonTree.c_str()); in NotifyInspectorChanged()
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp107 std::string jsonTree = ability->GetJSONTree(); in GetJSONTree() local
108 return jsonTree; in GetJSONTree()
114 std::string jsonTree = ability->GetDefaultJSONTree(); in GetDefaultJSONTree() local
116 return jsonTree; in GetDefaultJSONTree()

Completed in 3 milliseconds