Searched refs:sharedIconDatabase (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/icon/wince/
H A DIconDatabaseWinCE.cpp34 static IconDatabase* sharedIconDatabase = 0; member in namespace:WebCore
39 if (!sharedIconDatabase)
40 sharedIconDatabase = new IconDatabase;
41 return *sharedIconDatabase;
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebIconDatabaseClient.mm39 [[WebIconDatabase sharedIconDatabase] _sendDidRemoveAllIconsNotification];
48 [[WebIconDatabase sharedIconDatabase] _sendNotificationForURL:pageURL];
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebIconDatabase.idl65 @method sharedIconDatabase
67 + (WebIconDatabase *)sharedIconDatabase;
69 HRESULT sharedIconDatabase([out, retval] IWebIconDatabase** result);
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebIconDatabase.h77 @method sharedIconDatabase
80 + (WebIconDatabase *)sharedIconDatabase; variable
H A DWebIconDatabase.mm98 + (WebIconDatabase *)sharedIconDatabase
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebIconDatabase.h65 virtual HRESULT STDMETHODCALLTYPE sharedIconDatabase(
H A DWebIconDatabase.cpp157 HRESULT STDMETHODCALLTYPE WebIconDatabase::sharedIconDatabase( function in class:WebIconDatabase
/macosx-10.10/WebKit-7600.1.25/mac/History/
H A DWebHistoryItem.mm216 return [[WebIconDatabase sharedIconDatabase] iconForURL:[self URLString] withSize:WebIconSmallSize];
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebView.mm5521 [WebIconDatabase sharedIconDatabase];
6211 return [[WebIconDatabase sharedIconDatabase] iconForURL:[[[[self mainFrame] _dataSource] _URL] _web_originalDataAsString] withSize:WebIconSmallSize];

Completed in 140 milliseconds