Searched refs:WebInfoType (Results 1 – 5 of 5) sorted by relevance
73 enum class WebInfoType : int32_t { enum440 WebInfoType GetWebInfoType();
390 WebInfoType WebPattern::GetWebInfoType() in GetWebInfoType()392 return WebInfoType::TYPE_MOBILE; in GetWebInfoType()
100 enum class WebInfoType : int32_t { enum653 WebInfoType GetWebInfoType();
5061 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()
971 WebInfoType type = webPattern->GetWebInfoType(); in SetFilter()972 CHECK_NULL_VOID(isWebmageDrag && type == WebInfoType::TYPE_MOBILE); in SetFilter()