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

/external/webkit/Source/WebKit2/WebProcess/IconDatabase/
H A DWebIconDatabaseProxy.cpp65 void WebIconDatabaseProxy::retainIconForPageURL(const String& pageURL) function in class:WebKit::WebIconDatabaseProxy
/external/webkit/Source/WebCore/loader/icon/
H A DIconDatabaseBase.h169 virtual void retainIconForPageURL(const String&) { } function in class:WebCore::IconDatabaseBase
H A DIconDatabase.cpp398 void IconDatabase::retainIconForPageURL(const String& pageURLOriginal) function in class:WebCore::IconDatabase
/external/webkit/Source/WebCore/loader/icon/wince/
H A DIconDatabaseWinCE.cpp59 void IconDatabase::retainIconForPageURL(const String&) {} function in class:WebCore::IconDatabase
/external/webkit/Source/WebKit2/UIProcess/
H A DWebIconDatabase.cpp101 void WebIconDatabase::retainIconForPageURL(const String& pageURL) function in class:WebKit::WebIconDatabase
104 m_iconDatabaseImpl->retainIconForPageURL(pageURL);

Completed in 77 milliseconds