HomeSort by relevance Sort by last modified time
    Searched defs:PRESERVE_ALL (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlParser.java 42 * - HTML comments are ignored unless initialized with ParseStyle.PRESERVE_ALL.
75 * - PRESERVE_ALL: Preserves all of original content.
76 * *** Warning - PRESERVE_ALL mode preserves invalid and unsafe HTML. ***
84 public enum ParseStyle { NORMALIZE, PRESERVE_VALID, PRESERVE_ALL }
87 * True only in PRESERVE_ALL mode.
93 * True in either PRESERVE_ALL or PRESERVE_VALID mode.
111 preserveAll = (parseStyle == ParseStyle.PRESERVE_ALL);
138 * This has no effect in <code>ParseStyle.PRESERVE_ALL</code> mode.
157 * This has no effect in <code>ParseStyle.PRESERVE_ALL</code> mode.
591 * PRESERVE_ALL mode
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 515 milliseconds