Home | History | Annotate | Download | only in webkit

Lines Matching defs:TextSize

60     public enum TextSize {
66 TextSize(int size) {
155 private TextSize mTextSize = TextSize.NORMAL;
535 * @param t A TextSize value for increasing or decreasing the text.
536 * @see WebSettings.TextSize
538 public synchronized void setTextSize(TextSize t) {
549 * @return A TextSize enum value describing the text size.
550 * @see WebSettings.TextSize
552 public synchronized TextSize getTextSize() {