Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_video.h25 class DOMVideo final : public DOMNode {
26 DECLARE_ACE_TYPE(DOMVideo, DOMNode);
29 DOMVideo(NodeId nodeId, const std::string& nodeName);
30 ~DOMVideo() override = default;
H A Ddom_video.cpp27 DOMVideo::DOMVideo(NodeId nodeId, const std::string& nodeName) : DOMNode(nodeId, nodeName) in DOMVideo() function in OHOS::Ace::Framework::DOMVideo
44 bool DOMVideo::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
92 bool DOMVideo::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
112 bool DOMVideo::AddSpecializedEvent(int32_t pageId, const std::string& event) in AddSpecializedEvent()
148 void DOMVideo::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod()
197 std::unique_ptr<JsonValue> DOMVideo::GetParamFromJson(const std::string& json, const std::string& key) in GetParamFromJson()
212 RefPtr<Component> DOMVideo::FireFullscreen( in FireFullscreen()
249 RefPtr<Component> DOMVideo::GetEventComponents(const RefPtr<Component>& videoChild) in GetEventComponents()
290 ImageFit DOMVideo
[all...]
H A Ddom_document.cpp233 { DOM_NODE_TAG_VIDEO, &DOMNodeCreator<DOMVideo> }, in CreateNodeWithId()

Completed in 2 milliseconds