Home
last modified time | relevance | path

Searched defs:synchronousIconForPageURL (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/IconDatabase/
DWebIconDatabaseProxy.cpp75 Image* WebIconDatabaseProxy::synchronousIconForPageURL(const String& pageURL, const IntSize& size) in synchronousIconForPageURL() function in WebKit::WebIconDatabaseProxy
/external/webkit/Source/WebCore/loader/icon/
DIconDatabaseBase.h180 virtual Image* synchronousIconForPageURL(const String&, const IntSize&) { return 0; } in synchronousIconForPageURL() function
DIconDatabase.cpp220 Image* IconDatabase::synchronousIconForPageURL(const String& pageURLOriginal, const IntSize& size) in synchronousIconForPageURL() function in WebCore::IconDatabase