Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_rich_text.cpp20 DOMRichText::DOMRichText(NodeId nodeId, const std::string& nodeName) : DOMNode(nodeId, nodeName) in DOMRichText() function in OHOS::Ace::Framework::DOMRichText
25 bool DOMRichText::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
34 bool DOMRichText::AddSpecializedEvent(int32_t pageId, const std::string& event) in AddSpecializedEvent()
H A Ddom_rich_text.h24 class DOMRichText final : public DOMNode {
25 DECLARE_ACE_TYPE(DOMRichText, DOMNode);
28 DOMRichText(NodeId nodeId, const std::string& nodeName);
29 ~DOMRichText() override = default;
H A Ddom_document.cpp199 { DOM_NODE_TAG_RICH_TEXT, &DOMNodeCreator<DOMRichText> }, in CreateNodeWithId()

Completed in 2 milliseconds