Home
last modified time | relevance | path

Searched refs:retainIconForPageURL (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKIconDatabase.cpp48 toImpl(iconDatabaseRef)->retainIconForPageURL(toWTFString(pageURLRef)); in WKIconDatabaseRetainIconForURL()
/external/webkit/Source/WebKit2/UIProcess/
DWebIconDatabase.cpp101 void WebIconDatabase::retainIconForPageURL(const String& pageURL) in retainIconForPageURL() function in WebKit::WebIconDatabase
104 m_iconDatabaseImpl->retainIconForPageURL(pageURL); in retainIconForPageURL()
DWebIconDatabase.h67 void retainIconForPageURL(const String&);
/external/webkit/Source/WebKit2/WebProcess/IconDatabase/
DWebIconDatabaseProxy.h57 virtual void retainIconForPageURL(const String&);
DWebIconDatabaseProxy.cpp65 void WebIconDatabaseProxy::retainIconForPageURL(const String& pageURL) in retainIconForPageURL() function in WebKit::WebIconDatabaseProxy
/external/webkit/Source/WebCore/loader/icon/wince/
DIconDatabaseWinCE.cpp59 void IconDatabase::retainIconForPageURL(const String&) {} in retainIconForPageURL() function in WebCore::IconDatabase
/external/webkit/Source/WebCore/history/
DHistoryItem.cpp89 iconDatabase().retainIconForPageURL(m_urlString); in HistoryItem()
108 iconDatabase().retainIconForPageURL(m_urlString); in HistoryItem()
128 iconDatabase().retainIconForPageURL(m_urlString); in HistoryItem()
275 iconDatabase().retainIconForPageURL(m_urlString); in setURLString()
/external/webkit/Source/WebCore/loader/icon/
DIconDatabaseBase.h169 virtual void retainIconForPageURL(const String&) { } in retainIconForPageURL() function
DIconDatabase.h90 virtual void retainIconForPageURL(const String&);
DIconDatabase.cpp398 void IconDatabase::retainIconForPageURL(const String& pageURLOriginal) in retainIconForPageURL() function in WebCore::IconDatabase
/external/webkit/Source/WebKit/android/jni/
DWebIconDatabase.cpp238 WebCore::iconDatabase().retainIconForPageURL(urlStr); in RetainIconForPageUrl()
/external/webkit/Source/WebKit/win/
DWebIconDatabase.cpp201 iconDatabase().retainIconForPageURL(String(url, SysStringLen(url))); in retainIconForURL()
/external/webkit/Source/WebKit/mac/Misc/
DWebIconDatabase.mm185 iconDatabase().retainIconForPageURL(URL);
/external/webkit/Source/WebKit2/
DChangeLog4265 (WebKit::WebIconDatabase::retainIconForPageURL): Remove excessive logging.
6714 (WebKit::WebIconDatabase::retainIconForPageURL): Actually retain the url, using the impl.
8364 (WebKit::WebIconDatabase::retainIconForPageURL):
8386 (WebKit::WebIconDatabaseProxy::retainIconForPageURL):
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3128730 (WebCore::IconDatabase::retainIconForPageURL): Ditto
28870 (WebCore::IconDatabase::retainIconForPageURL): Ignore if disabled/closed
34153 (WebCore::IconDatabase::retainIconForPageURL): Use our new result codes
36315 … (WebCore::IconDatabase::retainIconForPageURL): Bind the PageURL to argument 1, as SQL bindings
36646 …(WebCore::IconDatabase::retainIconForPageURL): Track initial PageURL retains in the temporary table
37830 (WebCore::IconDatabase::retainIconForPageURL): Keep count in a hash
38540 (WebCore::IconDatabase::retainIconForPageURL): Retain count DB changes
38687 (WebCore::IconDatabase::retainIconForPageURL): Name change
DChangeLog-2007-10-143871 (WebCore::IconDatabase::retainIconForPageURL):
6181 (WebCore::IconDatabase::retainIconForPageURL):
7234 …(WebCore::IconDatabase::retainIconForPageURL): Much more accurately track the set of retained page…
8252 (WebCore::IconDatabase::retainIconForPageURL):
8365 …of "retainIconForPageURL" and "releaseIconForPageURL", and can provide a quick snapshot of it's Pa…
16083 (WebCore::IconDatabase::retainIconForPageURL):
69532 (WebCore::IconDatabase::retainIconForPageURL):
DChangeLog9434 (WebCore::IconDatabase::retainIconForPageURL): Ditto.
45845 (WebCore::IconDatabaseBase::retainIconForPageURL):
46914 (WebCore::IconDatabaseBase::retainIconForPageURL):
DChangeLog-2009-06-1636479 (WebCore::IconDatabase::retainIconForPageURL): Ditto.
DChangeLog-2010-01-2950181 (WebCore::IconDatabase::retainIconForPageURL):