Searched refs:setMinimumFontSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DContentSettingsAdapter.java341 public synchronized void setMinimumFontSize(int size) { method in class:ContentSettingsAdapter
342 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setMinimumFontSize=" + size);
343 mAwSettings.setMinimumFontSize(size);
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java859 public synchronized void setMinimumFontSize(int size) { method in class:WebSettings
867 * @see #setMinimumFontSize

Completed in 1190 milliseconds