HomeSort by relevance Sort by last modified time
    Searched refs:WebIconDatabaseClient (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebIconDatabaseClient.mm 29 #import "WebIconDatabaseClient.h"
36 bool WebIconDatabaseClient::performImport()
44 void WebIconDatabaseClient::didRemoveAllIcons()
51 void WebIconDatabaseClient::didImportIconURLForPageURL(const String& pageURL)
59 void WebIconDatabaseClient::didImportIconDataForPageURL(const String& pageURL)
64 void WebIconDatabaseClient::didChangeIconForPageURL(const String& pageURL)
70 void WebIconDatabaseClient::didFinishURLImport()
WebIconDatabaseClient.h 32 class WebIconDatabaseClient : public WebCore::IconDatabaseClient {
  /external/webkit/Source/WebKit2/UIProcess/
WebIconDatabaseClient.h 38 class WebIconDatabaseClient : public APIClient<WKIconDatabaseClient> {
WebIconDatabaseClient.cpp 27 #include "WebIconDatabaseClient.h"
34 void WebIconDatabaseClient::didChangeIconForPageURL(WebIconDatabase* iconDatabase, WebURL* url)
42 void WebIconDatabaseClient::didRemoveAllIcons(WebIconDatabase* iconDatabase)
WebIconDatabase.h 32 #include "WebIconDatabaseClient.h"
113 WebIconDatabaseClient m_iconDatabaseClient;
  /external/webkit/Source/WebKit/android/jni/
WebIconDatabase.h 42 class WebIconDatabaseClient {
44 virtual ~WebIconDatabaseClient() {}
59 static void RegisterForIconNotification(WebIconDatabaseClient* client);
60 static void UnregisterForIconNotification(WebIconDatabaseClient* client);
68 Vector<WebIconDatabaseClient*> mClients;
WebIconDatabase.cpp 124 void WebIconDatabase::RegisterForIconNotification(WebIconDatabaseClient* client)
136 void WebIconDatabase::UnregisterForIconNotification(WebIconDatabaseClient* client)
167 Vector<WebIconDatabaseClient*> clients;
  /external/webkit/Source/WebKit/mac/Misc/
WebIconDatabase.mm 31 #import "WebIconDatabaseClient.h"
69 static WebIconDatabaseClient* defaultClient()
72 static WebIconDatabaseClient* defaultClient = new WebIconDatabaseClient();
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.h 44 WebIconDatabaseClient {
215 // WebIconDatabaseClient api

Completed in 820 milliseconds