Searched refs:hasFontColor (Results 1 – 6 of 6) sorted by relevance
88 private boolean hasFontColor; field in WebvttCssStyle114 hasFontColor = false; in reset()231 if (!hasFontColor) { in getFontColor()239 hasFontColor = true; in setFontColor()243 public boolean hasFontColor() { in hasFontColor() method in WebvttCssStyle244 return hasFontColor; in hasFontColor()
642 if (style.hasFontColor()) { in applyStyleToText()
77 private boolean hasFontColor; field in TtmlStyle158 if (!hasFontColor) { in getFontColor()166 hasFontColor = true; in setFontColor()170 public boolean hasFontColor() { in hasFontColor() method in TtmlStyle171 return hasFontColor; in hasFontColor()214 if (!hasFontColor && ancestor.hasFontColor) { in inherit()
95 if (style.hasFontColor()) { in applyStylesToSpan()
229 assertThat(actualElem.hasFontColor()).isEqualTo(expected.hasFontColor()); in assertParserProduces()230 if (expected.hasFontColor()) { in assertParserProduces()
175 assertThat(style.hasFontColor()).isFalse(); in fontColor()177 assertThat(style.hasFontColor()).isTrue(); in fontColor()