HomeSort by relevance Sort by last modified time
    Searched defs:WebIconDatabaseProxy (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/IconDatabase/
WebIconDatabaseProxy.h 48 class WebIconDatabaseProxy : public WebCore::IconDatabaseBase {
50 explicit WebIconDatabaseProxy(WebProcess*);
51 virtual ~WebIconDatabaseProxy();
WebIconDatabaseProxy.cpp 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
    [all...]

Completed in 179 milliseconds