Searched refs:isLegacyViewportType (Results 1 – 3 of 3) sorted by relevance
107 … bool isLegacyViewportType() const { return type >= HandheldFriendlyMeta && type <= ViewportMeta; } in isLegacyViewportType() function
269 bool hasLegacyViewportTag() const { return m_legacyViewportDescription.isLegacyViewportType(); } in hasLegacyViewportTag()
2926 if (viewportDescription.isLegacyViewportType()) { in setViewportDescription()