HomeSort by relevance Sort by last modified time
    Searched full:createtagattribute (Results 1 - 4 of 4) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlDocument.java 149 * @see HtmlDocument#createTagAttribute(HTML.Attribute, String, String)
151 public static TagAttribute createTagAttribute(HTML.Attribute attr, String value) {
152 return createTagAttribute(attr, value, null);
158 public static TagAttribute createTagAttribute(HTML.Attribute attr,
    [all...]
HtmlParser.java     [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlDocument.java 150 * @see HtmlDocument#createTagAttribute(HTML.Attribute, String, String)
152 public static TagAttribute createTagAttribute(HTML.Attribute attr, String value) {
153 return createTagAttribute(attr, value, null);
159 public static TagAttribute createTagAttribute(HTML.Attribute attr,
    [all...]
HtmlParser.java     [all...]

Completed in 63 milliseconds