Searched refs:synchronousIconURLForPageURL (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/loader/icon/
H A DIconDatabaseBase.cpp34 String IconDatabaseBase::synchronousIconURLForPageURL(const String&) function in class:WebCore::IconDatabaseBase
H A DIconDatabaseBase.h177 virtual String synchronousIconURLForPageURL(const String&);
H A DIconDatabase.h96 virtual String synchronousIconURLForPageURL(const String&);
H A DIconDatabase.cpp307 String IconDatabase::synchronousIconURLForPageURL(const String& pageURLOriginal) function in class:WebCore::IconDatabase
/external/webkit/Source/WebKit2/WebProcess/IconDatabase/
H A DWebIconDatabaseProxy.h62 virtual String synchronousIconURLForPageURL(const String&);
H A DWebIconDatabaseProxy.cpp86 String WebIconDatabaseProxy::synchronousIconURLForPageURL(const String& pageURL) function in class:WebKit::WebIconDatabaseProxy
/external/webkit/Source/WebKit2/UIProcess/
H A DWebIconDatabase.h73 void synchronousIconURLForPageURL(const String&, String&);
H A DWebIconDatabase.cpp135 void WebIconDatabase::synchronousIconURLForPageURL(const String&, String& iconURL) function in class:WebKit::WebIconDatabase
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkiticondatabase.cpp264 return g_strdup(WebCore::iconDatabase().synchronousIconURLForPageURL(pageURL).utf8().data());
H A Dwebkitwebview.cpp5037 String iconURL = iconDatabase().synchronousIconURLForPageURL(core(webView)->mainFrame()->document()->url().string());
/external/webkit/Source/WebKit/win/
H A DWebIconDatabase.cpp236 BString iconURLBSTR(iconDatabase().synchronousIconURLForPageURL(String(url, SysStringLen(url))));
278 *result = !(iconDatabase().synchronousIconURLForPageURL(urlString).isEmpty());
/external/webkit/Source/WebCore/loader/archive/cf/
H A DLegacyWebArchive.cpp549 const String& iconURL = iconDatabase().synchronousIconURLForPageURL(responseURL);
/external/webkit/Source/WebKit/mac/Misc/
H A DWebIconDatabase.mm158 return iconDatabase().synchronousIconURLForPageURL(URL);

Completed in 766 milliseconds