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

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

Completed in 470 milliseconds