Searched defs:Comment (Results 1 - 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlDocument.java189 * Creates an Comment node.
190 * @see Comment#Comment(String)
192 public static Comment createHtmlComment(String content) {
193 return new Comment(content);
275 public static class Comment extends Node { class in class:HtmlDocument
282 public Comment(String content) { method in class:HtmlDocument.Comment
915 Comment visitComment(Comment n);
973 } else if (originalNode instanceof Comment) {
[all...]
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 50 milliseconds