Searched refs:Flow (Results 1 – 4 of 4) sorted by relevance
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
D | HTML4.java | 93 return addElement(tag, flags, HTML.Element.Flow.NONE); in addElement() 97 private static HTML.Element addElement(String tag, String flags, HTML.Element.Flow flow) { in addElement() 102 private static HTML.Element addTableElement(String tag, String flags, HTML.Element.Flow flow) { in addTableElement() 107 private static HTML.Element addElement(String tag, String flags, HTML.Element.Flow flow, in addElement() 168 A_ELEMENT = addElement("A", "", HTML.Element.Flow.INLINE), 169 ABBR_ELEMENT = addElement("ABBR", "", HTML.Element.Flow.INLINE), 170 ACRONYM_ELEMENT = addElement("ACRONYM", "", HTML.Element.Flow.INLINE), 171 ADDRESS_ELEMENT = addElement("ADDRESS", "", HTML.Element.Flow.BLOCK), 174 B_ELEMENT = addElement("B", "", HTML.Element.Flow.INLINE), 177 BDO_ELEMENT = addElement("BDO", "", HTML.Element.Flow.INLINE), [all …]
|
D | HTML.java | 46 public enum Flow { enum in HTML.Element 57 private final Flow flow; 69 boolean optionalEndTag, boolean breaksFlow, Flow flow) { in Element() 85 this(name, type, empty, optionalEndTag, breaksFlow, Flow.NONE); in Element() 117 public Flow getFlow() { in getFlow()
|
D | HtmlParser.java | 615 HTML.Element.Flow.NONE); in lookupUnknownElement()
|
/packages/services/Car/tests/BugReportApp/ |
D | README.md | 6 ## Flow section in AAE BugReport App
|