Home | History | Annotate | Download | only in dom

Lines Matching refs:QuirksMode

591     enum CompatibilityMode { QuirksMode, LimitedQuirksMode, NoQuirksMode };
598 bool inQuirksMode() const { return m_compatibilityMode == QuirksMode; }