Searched refs:originalHtmlAfterAttributes (Results 1 - 2 of 2) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/ |
H A D | HtmlDocument.java | 109 String originalHtmlAfterAttributes) { 111 originalHtmlAfterAttributes); 129 String originalHtmlAfterAttributes) { 131 originalHtmlAfterAttributes); 513 private final String originalHtmlAfterAttributes; field in class:HtmlDocument.Tag 527 * @param originalHtmlAfterAttributes Full content of original tag after 532 * <code>originalHtmlAfterAttributes</code> is a valid tag String. 536 String originalHtmlAfterAttributes) { 542 this.originalHtmlAfterAttributes = originalHtmlAfterAttributes; 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 D | HtmlDocument.java | 110 String originalHtmlAfterAttributes) { 112 originalHtmlAfterAttributes); 130 String originalHtmlAfterAttributes) { 132 originalHtmlAfterAttributes); 514 private final String originalHtmlAfterAttributes; field in class:HtmlDocument.Tag 528 * @param originalHtmlAfterAttributes Full content of original tag after 533 * <code>originalHtmlAfterAttributes</code> is a valid tag String. 537 String originalHtmlAfterAttributes) { 543 this.originalHtmlAfterAttributes = originalHtmlAfterAttributes; 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 25 milliseconds