HomeSort by relevance Sort by last modified time
    Searched refs:isLegacyViewportType (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportDescription.h 125 bool isLegacyViewportType() const { return type >= HandheldFriendlyMeta && type <= ViewportMeta; }
ViewportDescription.cpp 86 if (isLegacyViewportType() && maxWidth.isAuto()) {
Document.h 303 bool hasLegacyViewportTag() const { return m_legacyViewportDescription.isLegacyViewportType(); }
    [all...]
Document.cpp     [all...]

Completed in 32 milliseconds