Searched refs:IconDatabaseClient (Results 1 – 25 of 25) sorted by relevance
/external/webkit/Source/WebCore/loader/icon/ |
D | IconDatabaseClient.h | 36 class IconDatabaseClient { 38 virtual ~IconDatabaseClient() { } in ~IconDatabaseClient()
|
D | IconDatabase.h | 50 class IconDatabaseClient; variable 79 virtual void setClient(IconDatabaseClient*); 227 IconDatabaseClient* m_client;
|
D | IconDatabaseBase.h | 38 class IconDatabaseClient; variable 208 virtual void setClient(IconDatabaseClient*) { } in setClient() argument
|
D | IconDatabase.cpp | 87 class DefaultIconDatabaseClient : public IconDatabaseClient { 97 static IconDatabaseClient* defaultClient() in defaultClient() 99 static IconDatabaseClient* defaultClient = new DefaultIconDatabaseClient(); in defaultClient() 107 void IconDatabase::setClient(IconDatabaseClient* client) in setClient() 2123 ClientWorkItem(IconDatabaseClient* client) in ClientWorkItem() 2130 IconDatabaseClient* m_client; 2135 ImportedIconURLForPageURLWorkItem(IconDatabaseClient* client, const String& pageURL) in ImportedIconURLForPageURLWorkItem() 2158 ImportedIconDataForPageURLWorkItem(IconDatabaseClient* client, const String& pageURL) in ImportedIconDataForPageURLWorkItem() 2181 RemovedAllIconsWorkItem(IconDatabaseClient* client) in RemovedAllIconsWorkItem() 2195 FinishedURLImport(IconDatabaseClient* client) in FinishedURLImport()
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebIconDatabaseClient.h | 29 #import <WebCore/IconDatabaseClient.h> 32 class WebIconDatabaseClient : public WebCore::IconDatabaseClient {
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | IconDatabaseClientQt.h | 36 class IconDatabaseClientQt : public QObject, public IconDatabaseClient {
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebIconDatabase.h | 48 class WebIconDatabase : public WebCore::IconDatabaseClient {
|
/external/webkit/Source/WebCore/loader/icon/wince/ |
D | IconDatabaseWinCE.cpp | 47 void IconDatabase::setClient(IconDatabaseClient*) {} in setClient() argument
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebIconDatabase.h | 55 class WebIconDatabase : public APIObject, public WebCore::IconDatabaseClient {
|
/external/webkit/Source/WebKit/win/ |
D | WebIconDatabase.h | 48 class WebIconDatabase : public IWebIconDatabase, public WebCore::IconDatabaseClient
|
D | ChangeLog | 632 WK2 Icon DB: Expand IconDatabaseClient interface and move it to the main thread 637 Update to the new IconDatabaseClient interface:
|
D | ChangeLog-2009-06-16 | 10893 (WebIconDatabase::init): Set the IconDatabaseClient to the shared WebIconDatabase
|
/external/webkit/Source/WebKit/qt/ |
D | QtWebKit.pro | 232 $$SOURCE_DIR/WebCore/loader/icon/IconDatabaseClient.h \
|
D | ChangeLog | 781 Fix build warning about IconDatabaseClient.h (wrong path.) 881 Add an IconDatabaseClient for the Qt port to ensure that QWebFrame::iconChanged() 908 instantiated. An IconDatabaseClient has to be registered before the IconDatabase
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebIconDatabase.mm | 251 …// Via the IconDatabaseClient interface, removeAllIcons() will send the WebIconDatabaseDidRemoveAl…
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog | 1070 WK2 Icon DB: Expand IconDatabaseClient interface and move it to the main thread 1075 Update to the new IconDatabaseClient interface:
|
/external/webkit/Source/WebCore/ |
D | GNUmakefile.list.am | 2086 Source/WebCore/loader/icon/IconDatabaseClient.h \
|
D | GNUmakefile.am | 2103 Source/WebCore/loader/icon/IconDatabaseClient.h \
|
D | WebCore.gypi | 677 'loader/icon/IconDatabaseClient.h',
|
D | ChangeLog-2007-10-14 | 8239 …(WebCore::defaultClient): Return the default, empty IconDatabaseClient incase the API doesn't set … 8329 * loader/icon/IconDatabaseClient.h: Added. 8330 (WebCore::IconDatabaseClient::~IconDatabaseClient): 8331 … (WebCore::IconDatabaseClient::performImport): Perform the Safari 2 import, implemented by WebKit 8332 (WebCore::IconDatabaseClient::dispatchDidRemoveAllIcons): Send the API notification 8333 (WebCore::IconDatabaseClient::dispatchDidAddIconForPageURL): Ditto
|
D | ChangeLog-2010-05-24 | 53862 Allow custom memory allocation control for IconDatabaseClient class 53869 class IconDatabaseClient - loader/icon/IconDatabase.cpp:89 53871 * loader/icon/IconDatabaseClient.h:
|
D | ChangeLog | 38936 * loader/icon/IconDatabaseClient.h: 40003 WK2 Icon DB: Expand IconDatabaseClient interface and move it to the main thread 40041 * loader/icon/IconDatabaseClient.h:
|
D | ChangeLog-2010-01-29 | 35046 * loader/icon/IconDatabaseClient.h: 35060 class IconDatabaseClient - WebCore/loader/icon/IconDatabase.cpp:89 35080 * loader/icon/IconDatabaseClient.h:
|
D | ChangeLog-2010-12-06 | 82355 * loader/icon/IconDatabaseClient.h: 84547 * loader/icon/IconDatabaseClient.h: 85699 * loader/icon/IconDatabaseClient.h:
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 1401 …C91C90400DC255B /* IconDatabaseClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 51E1ECB80C9… 7982 …0DC255B /* IconDatabaseClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 13900 51E1ECB80C91C90400DC255B /* IconDatabaseClient.h */, 21331 51E1ECBE0C91C90400DC255B /* IconDatabaseClient.h in Headers */,
|