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

  /external/webkit/Source/WebKit/mac/Misc/
WebIconDatabaseInternal.h 39 NSMutableDictionary *htmlIcons;
WebIconDatabase.mm 348 if (!_private->htmlIcons) {
350 _private->htmlIcons = [[self _iconsBySplittingRepresentationsOfIcon:icon] retain];
352 icon = [self _iconFromDictionary:_private->htmlIcons forSize:size cache:YES];

Completed in 40 milliseconds