Home
last modified time | relevance | path

Searched refs:NativeVideoPlayerConfigType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern_property.h77 using NativeVideoPlayerConfigType = std::tuple<bool, bool>; member
78 ACE_DEFINE_PROPERTY_GROUP_ITEM(NativeVideoPlayerConfig, NativeVideoPlayerConfigType);
H A Dweb_pattern.h483 using NativeVideoPlayerConfigType = std::tuple<bool, bool>; variable
484 …DEFINE_PROPERTY_FUNC_WITH_GROUP(WebProperty, NativeVideoPlayerConfig, NativeVideoPlayerConfigType);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.h367 using NativeVideoPlayerConfigType = std::tuple<bool, bool>; variable
368 …DEFINE_PROPERTY_FUNC_WITH_GROUP(WebProperty, NativeVideoPlayerConfig, NativeVideoPlayerConfigType);