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

  /external/webkit/Source/WebKit/wx/
WebFrame.h 96 enum wxWebKitCompatibilityMode { QuirksMode, LimitedQuirksMode, NoQuirksMode };
  /external/webkit/Source/WebCore/html/
HTMLDocument.cpp 419 setCompatibilityMode(LimitedQuirksMode);
  /external/webkit/Source/WebCore/dom/
Document.h 616 enum CompatibilityMode { QuirksMode, LimitedQuirksMode, NoQuirksMode };
626 bool inLimitedQuirksMode() const { return m_compatibilityMode == LimitedQuirksMode; }
    [all...]

Completed in 251 milliseconds