Home | History | Annotate | Download | only in Misc

Lines Matching refs:webIconDatabase

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)