Searched refs:WebIconDatabase (Results 1 - 5 of 5) sorted by path

/frameworks/base/config/
H A Dboot-image-profile.txt[all...]
H A Dpreloaded-classes3625 android.webkit.WebIconDatabase
/frameworks/base/core/java/android/provider/
H A DBrowser.java34 import android.webkit.WebIconDatabase;
422 WebIconDatabase.IconListener listener) {
/frameworks/base/core/java/android/webkit/
H A DWebIconDatabase.java26 * and WebView.getIconDatabase() will return a WebIconDatabase object. This
27 * WebIconDatabase object is a single instance and all methods operate on that
36 public abstract class WebIconDatabase { class
95 * Get the global instance of WebIconDatabase.
96 * @return A single instance of WebIconDatabase. It will be the same
100 public static WebIconDatabase getInstance() {
H A DWebViewFactoryProvider.java153 * Gets the singleton WebIconDatabase instance for this WebView implementation. The
156 * @return the singleton WebIconDatabase instance
158 WebIconDatabase getWebIconDatabase();

Completed in 561 milliseconds