Searched refs:DOMChart (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_chart.cpp | 32 RefPtr<Component> DOMChart::GetSpecializedComponent() in GetSpecializedComponent() 43 DOMChart::DOMChart(NodeId nodeId, const std::string& nodeName) : DOMNode(nodeId, nodeName) {} in DOMChart() function in OHOS::Ace::Framework::DOMChart 70 [](const std::string& val, DOMChart& chart) { in SetSpecializedAttr() 74 [](const std::string& val, DOMChart& chart) { in SetSpecializedAttr() 78 [](const std::string& val, DOMChart& chart) { in SetSpecializedAttr() 82 [](const std::string& val, DOMChart& chart) { in SetSpecializedAttr() 92 [](const std::string& val, DOMChart& chart) { in SetSpecializedAttr() 123 [](const std::string& val, DOMChart& chart) { in SetSpecializedStyle() 196 void DOMChart::OnSetStyleFinished() in OnSetStyleFinished() 235 void DOMChart::SetChart(MainChart& chartDataset) in SetChart() [all …]
|
H A D | dom_chart.h | 164 class DOMChart : public DOMNode { 165 DECLARE_ACE_TYPE(DOMChart, DOMNode); 168 DOMChart(NodeId nodeId, const std::string& nodeName); 169 ~DOMChart() override = default;
|
H A D | dom_document.cpp | 145 { DOM_NODE_TAG_CHART, &DOMNodeCreator<DOMChart> }, in CreateNodeWithId()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_command.cpp | 80 auto chart = AceType::DynamicCast<DOMChart>(node); in UpdateForChart()
|