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

  /external/webkit/Source/WebKit/mac/Misc/
WebIconDatabaseDelegate.h 31 - (NSImage *)webIconDatabase:(WebIconDatabase *)webIconDatabase defaultIconForURL:(NSString *)URL withSize:(NSSize)size;
WebIconDatabase.mm 79 @interface WebIconDatabase (WebReallyInternal)
91 @implementation WebIconDatabase
99 + (WebIconDatabase *)sharedIconDatabase
101 static WebIconDatabase *database = nil;
103 database = [[WebIconDatabase alloc] init];
174 return [_private->delegate webIconDatabase:self defaultIconForURL:URL withSize:size];
215 _private->delegateImplementsDefaultIconForURL = [delegate respondsToSelector:@selector(webIconDatabase:defaultIconForURL:withSize:)];
226 @implementation WebIconDatabase (WebPendingPublic)
257 @implementation WebIconDatabase (WebPrivate)
266 @implementation WebIconDatabase (WebInternal
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebIconDatabase.cpp 29 #include "WebIconDatabase.h"
67 static WebIconDatabase* gIconDatabaseClient = new WebIconDatabase();
69 bool WebIconDatabase::performImport()
76 void WebIconDatabase::didImportIconURLForPageURL(const WTF::String& pageURL)
90 void WebIconDatabase::didImportIconDataForPageURL(const WTF::String& pageURL)
96 void WebIconDatabase::didChangeIconForPageURL(const WTF::String& pageURL)
102 void WebIconDatabase::didRemoveAllIcons()
106 void WebIconDatabase::didFinishURLImport()
111 void WebIconDatabase::RegisterForIconNotification(WebIconDatabaseClient* client
    [all...]

Completed in 4318 milliseconds