Home
last modified time | relevance | path

Searched refs:IconDatabaseClient (Results 1 – 25 of 25) sorted by relevance

/external/webkit/Source/WebCore/loader/icon/
DIconDatabaseClient.h36 class IconDatabaseClient {
38 virtual ~IconDatabaseClient() { } in ~IconDatabaseClient()
DIconDatabase.h50 class IconDatabaseClient; variable
79 virtual void setClient(IconDatabaseClient*);
227 IconDatabaseClient* m_client;
DIconDatabaseBase.h38 class IconDatabaseClient; variable
208 virtual void setClient(IconDatabaseClient*) { } in setClient() argument
DIconDatabase.cpp87 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/
DWebIconDatabaseClient.h29 #import <WebCore/IconDatabaseClient.h>
32 class WebIconDatabaseClient : public WebCore::IconDatabaseClient {
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DIconDatabaseClientQt.h36 class IconDatabaseClientQt : public QObject, public IconDatabaseClient {
/external/webkit/Source/WebKit/android/jni/
DWebIconDatabase.h48 class WebIconDatabase : public WebCore::IconDatabaseClient {
/external/webkit/Source/WebCore/loader/icon/wince/
DIconDatabaseWinCE.cpp47 void IconDatabase::setClient(IconDatabaseClient*) {} in setClient() argument
/external/webkit/Source/WebKit2/UIProcess/
DWebIconDatabase.h55 class WebIconDatabase : public APIObject, public WebCore::IconDatabaseClient {
/external/webkit/Source/WebKit/win/
DWebIconDatabase.h48 class WebIconDatabase : public IWebIconDatabase, public WebCore::IconDatabaseClient
DChangeLog632 WK2 Icon DB: Expand IconDatabaseClient interface and move it to the main thread
637 Update to the new IconDatabaseClient interface:
DChangeLog-2009-06-1610893 (WebIconDatabase::init): Set the IconDatabaseClient to the shared WebIconDatabase
/external/webkit/Source/WebKit/qt/
DQtWebKit.pro232 $$SOURCE_DIR/WebCore/loader/icon/IconDatabaseClient.h \
DChangeLog781 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/
DWebIconDatabase.mm251 …// Via the IconDatabaseClient interface, removeAllIcons() will send the WebIconDatabaseDidRemoveAl…
/external/webkit/Source/WebKit/mac/
DChangeLog1070 WK2 Icon DB: Expand IconDatabaseClient interface and move it to the main thread
1075 Update to the new IconDatabaseClient interface:
/external/webkit/Source/WebCore/
DGNUmakefile.list.am2086 Source/WebCore/loader/icon/IconDatabaseClient.h \
DGNUmakefile.am2103 Source/WebCore/loader/icon/IconDatabaseClient.h \
DWebCore.gypi677 'loader/icon/IconDatabaseClient.h',
DChangeLog-2007-10-148239 …(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
DChangeLog-2010-05-2453862 Allow custom memory allocation control for IconDatabaseClient class
53869 class IconDatabaseClient - loader/icon/IconDatabase.cpp:89
53871 * loader/icon/IconDatabaseClient.h:
DChangeLog38936 * loader/icon/IconDatabaseClient.h:
40003 WK2 Icon DB: Expand IconDatabaseClient interface and move it to the main thread
40041 * loader/icon/IconDatabaseClient.h:
DChangeLog-2010-01-2935046 * loader/icon/IconDatabaseClient.h:
35060 class IconDatabaseClient - WebCore/loader/icon/IconDatabase.cpp:89
35080 * loader/icon/IconDatabaseClient.h:
DChangeLog-2010-12-0682355 * loader/icon/IconDatabaseClient.h:
84547 * loader/icon/IconDatabaseClient.h:
85699 * loader/icon/IconDatabaseClient.h:
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj1401 …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 */,