Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DViewportDescription.h107 … bool isLegacyViewportType() const { return type >= HandheldFriendlyMeta && type <= ViewportMeta; } in isLegacyViewportType() function
DDocument.h269 bool hasLegacyViewportTag() const { return m_legacyViewportDescription.isLegacyViewportType(); } in hasLegacyViewportTag()
DDocument.cpp2926 if (viewportDescription.isLegacyViewportType()) { in setViewportDescription()