Searched refs:TagAttribute (Results 1 - 3 of 3) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/ |
H A D | HtmlDocument.java | 99 public static Tag createTag(HTML.Element element, List<TagAttribute> attributes) { 108 List<TagAttribute> attributes, String originalHtmlBeforeAttributes, 119 List<TagAttribute> attributes) { 128 List<TagAttribute> attributes, String originalHtmlBeforeAttributes, 151 public static TagAttribute createTagAttribute(HTML.Attribute attr, String value) { 156 * @see HtmlDocument.TagAttribute#TagAttribute(HTML.Attribute, String, String) 158 public static TagAttribute createTagAttribute(HTML.Attribute attr, 161 return new TagAttribute(attr, value, originalHtml); 506 // List of TagAttribute object 764 public static class TagAttribute { class in class:HtmlDocument 777 private TagAttribute(HTML.Attribute attribute, String value, String originalHtml) { method in class:HtmlDocument.TagAttribute [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
H A D | HtmlDocument.java | 100 public static Tag createTag(HTML.Element element, List<TagAttribute> attributes) { 109 List<TagAttribute> attributes, String originalHtmlBeforeAttributes, 120 List<TagAttribute> attributes) { 129 List<TagAttribute> attributes, String originalHtmlBeforeAttributes, 152 public static TagAttribute createTagAttribute(HTML.Attribute attr, String value) { 157 * @see HtmlDocument.TagAttribute#TagAttribute(HTML.Attribute, String, String) 159 public static TagAttribute createTagAttribute(HTML.Attribute attr, 162 return new TagAttribute(attr, value, originalHtml); 507 // List of TagAttribute object 765 public static class TagAttribute { class in class:HtmlDocument 778 private TagAttribute(HTML.Attribute attribute, String value, String originalHtml) { method in class:HtmlDocument.TagAttribute [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
H A D | NotificationUtils.java | 1532 final List<HtmlDocument.TagAttribute> attributes = 1534 for (HtmlDocument.TagAttribute attribute : attributes) {
|
Completed in 59 milliseconds