HomeSort by relevance Sort by last modified time
    Searched defs:WebIconDatabase (Results 1 - 11 of 11) sorted by null

  /external/webkit/WebKit/android/jni/
WebIconDatabase.h 48 class WebIconDatabase : public WebCore::IconDatabaseClient {
50 WebIconDatabase() : mDeliveryRequested(false) {}
  /external/webkit/WebKit/win/
WebIconDatabase.h 51 class WebIconDatabase : public IWebIconDatabase, public WebCore::IconDatabaseClient
54 static WebIconDatabase* createInstance();
55 static WebIconDatabase* sharedWebIconDatabase();
57 WebIconDatabase();
58 ~WebIconDatabase();
114 static WebIconDatabase* m_sharedWebIconDatabase;
WebIconDatabase.cpp 28 #include "WebIconDatabase.h"
48 // WebIconDatabase ----------------------------------------------------------------
50 WebIconDatabase* WebIconDatabase::m_sharedWebIconDatabase = 0;
52 WebIconDatabase::WebIconDatabase()
57 gClassNameCount.add("WebIconDatabase");
60 WebIconDatabase::~WebIconDatabase()
63 gClassNameCount.remove("WebIconDatabase");
    [all...]
  /frameworks/base/core/java/android/webkit/
WebIconDatabase.java 33 * and WebView.getIconDatabase() will return a WebIconDatabase object. This
34 * WebIconDatabase object is a single instance and all methods operate on that
37 public final class WebIconDatabase {
38 private static final String LOGTAG = "WebIconDatabase";
39 // Global instance of a WebIconDatabase
40 private static WebIconDatabase sIconDatabase;
285 * Get the global instance of WebIconDatabase.
286 * @return A single instance of WebIconDatabase. It will be the same
290 public static WebIconDatabase getInstance() {
293 sIconDatabase = new WebIconDatabase();
    [all...]
WebViewCore.java 166 // The WebIconDatabase needs to be initialized within the UI thread so
168 WebIconDatabase.getInstance();
192 WebIconDatabase.getInstance().createHandler();
    [all...]
  /packages/apps/Browser/src/com/android/browser/
CombinedBookmarkHistoryActivity.java 27 import android.webkit.WebIconDatabase;
28 import android.webkit.WebIconDatabase.IconListener;
133 WebIconDatabase.getInstance();
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 46 milliseconds