Home
last modified time | relevance | path

Searched refs:DOMProgress (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_progress.cpp32 Gradient ParseGradient(const DOMProgress& progress, const std::string& value) in ParseGradient()
60 RefPtr<ProgressComponent> DOMProgress::CreateProgressComponent( in CreateProgressComponent()
69 DOMProgress::DOMProgress(NodeId nodeId, const std::string& nodeName) : DOMNode(nodeId, nodeName) {} in DOMProgress() function in OHOS::Ace::Framework::DOMProgress
71 bool DOMProgress::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
73 static const LinearMapNode<void (*)(const std::string&, DOMProgress&)> progressAttrsOperators[] = { in SetSpecializedAttr()
75 [](const std::string& val, DOMProgress& progress) { progress.clockwiseDirection_ = StringToBool(val); } }, in SetSpecializedAttr()
77 [](const std::string& val, DOMProgress& progress) { progress.showAnimationEffect_ = StringToBool(val); } }, in SetSpecializedAttr()
79 [](const std::string& val, DOMProgress& progress) { in SetSpecializedAttr()
89 [](const std::string& val, DOMProgress in SetSpecializedAttr()
[all...]
H A Ddom_progress.h28 class DOMProgress final : public DOMNode {
29 DECLARE_ACE_TYPE(DOMProgress, DOMNode);
32 DOMProgress(NodeId nodeId, const std::string& nodeName);
33 ~DOMProgress() override = default;
H A Ddom_document.cpp191 { DOM_NODE_TAG_PROGRESS, &DOMNodeCreator<DOMProgress> }, in CreateNodeWithId()

Completed in 2 milliseconds