Home
last modified time | relevance | path

Searched refs:WebInfoType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.h73 enum class WebInfoType : int32_t { enum
440 WebInfoType GetWebInfoType();
H A Dweb_pattern.cpp390 WebInfoType WebPattern::GetWebInfoType() in GetWebInfoType()
392 return WebInfoType::TYPE_MOBILE; in GetWebInfoType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h100 enum class WebInfoType : int32_t { enum
653 WebInfoType GetWebInfoType();
H A Dweb_pattern.cpp5061 if (GetWebInfoType() == WebInfoType::TYPE_MOBILE) { in GetDialogProperties()
6735 WebInfoType WebPattern::GetWebInfoType() in GetWebInfoType()
6742 return WebInfoType::TYPE_MOBILE; in GetWebInfoType()
6744 return WebInfoType::TYPE_TABLET; in GetWebInfoType()
6746 return WebInfoType::TYPE_2IN1; in GetWebInfoType()
6748 return WebInfoType::TYPE_UNKNOWN; in GetWebInfoType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp971 WebInfoType type = webPattern->GetWebInfoType(); in SetFilter()
972 CHECK_NULL_VOID(isWebmageDrag && type == WebInfoType::TYPE_MOBILE); in SetFilter()