Searched refs:originalHtmlBeforeAttributes (Results 1 - 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
H A DHtmlDocument.java108 List<TagAttribute> attributes, String originalHtmlBeforeAttributes,
110 return new Tag(element, attributes, false, originalHtmlBeforeAttributes,
128 List<TagAttribute> attributes, String originalHtmlBeforeAttributes,
130 return new Tag(element, attributes, true, originalHtmlBeforeAttributes,
511 private final String originalHtmlBeforeAttributes; field in class:HtmlDocument.Tag
519 * @param originalHtmlBeforeAttributes Original tag's full content before
526 * <code>originalHtmlBeforeAttributes</code> is a valid tag String.
535 boolean isSelfTerminating, String originalHtmlBeforeAttributes,
541 this.originalHtmlBeforeAttributes = originalHtmlBeforeAttributes;
107 createTag(HTML.Element element, List<TagAttribute> attributes, String originalHtmlBeforeAttributes, String originalHtmlAfterAttributes) argument
127 createSelfTerminatingTag(HTML.Element element, List<TagAttribute> attributes, String originalHtmlBeforeAttributes, String originalHtmlAfterAttributes) argument
534 Tag(HTML.Element element, List<TagAttribute> attributes, boolean isSelfTerminating, String originalHtmlBeforeAttributes, String originalHtmlAfterAttributes) argument
[all...]
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlDocument.java109 List<TagAttribute> attributes, String originalHtmlBeforeAttributes,
111 return new Tag(element, attributes, false, originalHtmlBeforeAttributes,
129 List<TagAttribute> attributes, String originalHtmlBeforeAttributes,
131 return new Tag(element, attributes, true, originalHtmlBeforeAttributes,
512 private final String originalHtmlBeforeAttributes; field in class:HtmlDocument.Tag
520 * @param originalHtmlBeforeAttributes Original tag's full content before
527 * <code>originalHtmlBeforeAttributes</code> is a valid tag String.
536 boolean isSelfTerminating, String originalHtmlBeforeAttributes,
542 this.originalHtmlBeforeAttributes = originalHtmlBeforeAttributes;
108 createTag(HTML.Element element, List<TagAttribute> attributes, String originalHtmlBeforeAttributes, String originalHtmlAfterAttributes) argument
128 createSelfTerminatingTag(HTML.Element element, List<TagAttribute> attributes, String originalHtmlBeforeAttributes, String originalHtmlAfterAttributes) argument
535 Tag(HTML.Element element, List<TagAttribute> attributes, boolean isSelfTerminating, String originalHtmlBeforeAttributes, String originalHtmlAfterAttributes) argument
[all...]

Completed in 539 milliseconds