Searched refs:DOMImageAnimator (Results 1 – 5 of 5) sorted by relevance
31 DOMImageAnimator::DOMImageAnimator(NodeId nodeId, const std::string& nodeName) : DOMNode(nodeId, no… in DOMImageAnimator() function in OHOS::Ace::Framework::DOMImageAnimator36 bool DOMImageAnimator::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()79 bool DOMImageAnimator::AddSpecializedEvent(int32_t pageId, const std::string& event) in AddSpecializedEvent()109 void DOMImageAnimator::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod()121 const char* DOMImageAnimator::GetState() const in GetState()141 void DOMImageAnimator::PrepareSpecializedComponent() in PrepareSpecializedComponent()
27 class ACE_EXPORT DOMImageAnimator final : public DOMNode {28 DECLARE_ACE_TYPE(DOMImageAnimator, DOMNode);31 DOMImageAnimator(NodeId nodeId, const std::string& nodeName);32 ~DOMImageAnimator() override = default;
164 { DOM_NODE_TAG_IMAGE_ANIMATOR, &DOMNodeCreator<DOMImageAnimator> }, in CreateNodeWithId()
42 … auto domImageAnimator = AceType::DynamicCast<DOMImageAnimator>(domDoc->GetDOMNodeById(nodeId)); in JsGetState()
98 auto imageAnimator = AceType::DynamicCast<DOMImageAnimator>(node); in UpdateForImageAnimator()