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

  /external/webkit/WebKit/wx/
WebFrame.h 81 enum wxWebKitParseMode { Compat, AlmostStrict, Strict, NoDocument };
  /external/webkit/WebCore/html/
HTMLDocument.cpp 393 setParseMode(AlmostStrict);
  /external/webkit/WebCore/dom/
Document.h 537 enum ParseMode { Compat, AlmostStrict, Strict };
543 bool inAlmostStrictMode() const { return m_parseMode == AlmostStrict; }
    [all...]

Completed in 104 milliseconds