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 41 class WebIconDatabaseClient {
43 virtual ~WebIconDatabaseClient() {}
58 static void RegisterForIconNotification(WebIconDatabaseClient* client);
59 static void UnregisterForIconNotification(WebIconDatabaseClient* client);
67 Vector<WebIconDatabaseClient*> mClients;
WebIconDatabase.cpp 111 void WebIconDatabase::RegisterForIconNotification(WebIconDatabaseClient* client)
123 void WebIconDatabase::UnregisterForIconNotification(WebIconDatabaseClient* client)
154 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 45 WebIconDatabaseClient {
218 // WebIconDatabaseClient api

Completed in 128 milliseconds