Searched defs:didImportIconURLForPageURL (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DIconDatabaseClientQt.cpp64 void IconDatabaseClientQt::didImportIconURLForPageURL(const String& url) function in class:WebCore::IconDatabaseClientQt
/external/webkit/Source/WebKit/android/jni/
H A DWebIconDatabase.cpp89 void WebIconDatabase::didImportIconURLForPageURL(const WTF::String& pageURL) function in class:android::WebIconDatabase
106 didImportIconURLForPageURL(pageURL);
112 didImportIconURLForPageURL(pageURL);
/external/webkit/Source/WebKit/win/
H A DWebIconDatabase.cpp336 void WebIconDatabase::didImportIconURLForPageURL(const WTF::String& pageURL) function in class:WebIconDatabase
346 didImportIconURLForPageURL(pageURL);
352 didImportIconURLForPageURL(pageURL);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebIconDatabase.cpp214 void WebIconDatabase::didImportIconURLForPageURL(const String& pageURL) function in class:WebKit::WebIconDatabase
/external/webkit/Source/WebCore/loader/icon/
H A DIconDatabase.cpp90 virtual void didImportIconURLForPageURL(const String&) { } function in class:WebCore::DefaultIconDatabaseClient
2148 m_client->didImportIconURLForPageURL(*m_pageURL);

Completed in 107 milliseconds