Home
last modified time | relevance | path

Searched defs:classattr (Results 1 – 1 of 1) sorted by relevance

/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/
DHTMLElement.java57 private void classattr(final String classattr) throws IOException { in classattr() method in HTMLElement
177 public HTMLElement span(final String classattr) throws IOException { in span()
194 public HTMLElement span(final String classattr, final String idattr) in span()
210 public HTMLElement div(final String classattr) throws IOException { in div()
236 public HTMLElement pre(final String classattr) throws IOException { in pre()
268 public HTMLElement a(final String hrefattr, final String classattr) in a()
308 public HTMLElement table(final String classattr) throws IOException { in table()
379 public HTMLElement td(final String classattr) throws IOException { in td()