Searched defs:WebIconDatabaseProxy (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/IconDatabase/
H A DWebIconDatabaseProxy.h48 class WebIconDatabaseProxy : public WebCore::IconDatabaseBase { class in namespace:WebKit
50 explicit WebIconDatabaseProxy(WebProcess*);
51 virtual ~WebIconDatabaseProxy();
H A DWebIconDatabaseProxy.cpp27 #include "WebIconDatabaseProxy.h"
40 WebIconDatabaseProxy::~WebIconDatabaseProxy()
44 WebIconDatabaseProxy::WebIconDatabaseProxy(WebProcess* process) function in class:WebKit::WebIconDatabaseProxy
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
[all...]

Completed in 101 milliseconds