Searched refs:lookupElement (Results 1 - 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
H A DHtmlWhitelist.java33 HTML.Element lookupElement(String name); method in interface:HtmlWhitelist
H A DHTML4.java45 * @see com.google.common.html.parser.HtmlWhitelist#lookupElement(String)
47 public HTML.Element lookupElement(String name) {
48 return HTML4.lookupElement(name);
65 public static HTML.Element lookupElement(String name) { method in class:HTML4
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlWhitelist.java34 HTML.Element lookupElement(String name); method in interface:HtmlWhitelist
H A DHTML4.java46 * @see com.google.common.html.parser.HtmlWhitelist#lookupElement(String)
48 public HTML.Element lookupElement(String name) {
49 return HTML4.lookupElement(name);
66 public static HTML.Element lookupElement(String name) { method in class:HTML4

Completed in 70 milliseconds