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

  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
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 objects. This may be null
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
HtmlUtils.java 145 HtmlDocument.TagAttribute attr = lastSeen.tag.getAttribute(HTML4.HREF_ATTRIBUTE);
175 HtmlDocument.TagAttribute attr = wrapper.tag.getAttribute(HTML4.COLOR_ATTRIBUTE);
NotificationUtils.java     [all...]

Completed in 459 milliseconds