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

  /external/webkit/WebKit/wx/
WebFrame.h 23 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
81 enum wxWebKitParseMode { Compat, AlmostStrict, Strict, NoDocument };
  /external/webkit/WebCore/html/
HTMLDocument.cpp 358 // ALMOST STRICT - This mode is identical to strict mode except for its treatment of line-height in the inline box model. For
360 // STRICT - no quirks apply. Web pages will obey the specifications to the letter.
371 // A doctype without a public ID means use strict mode.
372 setParseMode(Strict);
382 // The DOCTYPE is not in the list. Assume strict mode.
383 setParseMode(Strict);
  /external/webkit/WebCore/dom/
Document.h 348 // Anchor name matching is case sensitive in strict mode and not case sensitive in
537 enum ParseMode { Compat, AlmostStrict, Strict };
544 bool inStrictMode() const { return m_parseMode == Strict; }
    [all...]