Lines Matching defs:WebIconDatabaseProxy

27 #include "WebIconDatabaseProxy.h"
40 WebIconDatabaseProxy::~WebIconDatabaseProxy()
44 WebIconDatabaseProxy::WebIconDatabaseProxy(WebProcess* process)
50 bool WebIconDatabaseProxy::isEnabled() const
55 void WebIconDatabaseProxy::setEnabled(bool enabled)
65 void WebIconDatabaseProxy::retainIconForPageURL(const String& pageURL)
70 void WebIconDatabaseProxy::releaseIconForPageURL(const String& pageURL)
75 Image* WebIconDatabaseProxy::synchronousIconForPageURL(const String& pageURL, const IntSize& size)
86 String WebIconDatabaseProxy::synchronousIconURLForPageURL(const String& pageURL)
93 bool WebIconDatabaseProxy::synchronousIconDataKnownForIconURL(const String& iconURL)
100 IconLoadDecision WebIconDatabaseProxy::synchronousLoadDecisionForIconURL(const String& iconURL, DocumentLoader* documentLoader)
107 bool WebIconDatabaseProxy::supportsAsynchronousMode()
112 void WebIconDatabaseProxy::loadDecisionForIconURL(const String& iconURL, PassRefPtr<WebCore::IconLoadDecisionCallback> callback)
120 void WebIconDatabaseProxy::receivedIconLoadDecision(int decision, uint64_t callbackID)
127 void WebIconDatabaseProxy::iconDataForIconURL(const String& iconURL, PassRefPtr<WebCore::IconDataCallback> callback)
131 void WebIconDatabaseProxy::setIconURLForPageURL(const String& iconURL, const String& pageURL)
136 void WebIconDatabaseProxy::setIconDataForIconURL(PassRefPtr<SharedBuffer> iconData, const String& iconURL)
142 void WebIconDatabaseProxy::urlImportFinished()
146 void WebIconDatabaseProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)