/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKIconDatabase.cpp | 48 toImpl(iconDatabaseRef)->retainIconForPageURL(toWTFString(pageURLRef)); in WKIconDatabaseRetainIconForURL()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebIconDatabase.cpp | 101 void WebIconDatabase::retainIconForPageURL(const String& pageURL) in retainIconForPageURL() function in WebKit::WebIconDatabase 104 m_iconDatabaseImpl->retainIconForPageURL(pageURL); in retainIconForPageURL()
|
D | WebIconDatabase.h | 67 void retainIconForPageURL(const String&);
|
/external/webkit/Source/WebKit2/WebProcess/IconDatabase/ |
D | WebIconDatabaseProxy.h | 57 virtual void retainIconForPageURL(const String&);
|
D | WebIconDatabaseProxy.cpp | 65 void WebIconDatabaseProxy::retainIconForPageURL(const String& pageURL) in retainIconForPageURL() function in WebKit::WebIconDatabaseProxy
|
/external/webkit/Source/WebCore/loader/icon/wince/ |
D | IconDatabaseWinCE.cpp | 59 void IconDatabase::retainIconForPageURL(const String&) {} in retainIconForPageURL() function in WebCore::IconDatabase
|
/external/webkit/Source/WebCore/history/ |
D | HistoryItem.cpp | 89 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/ |
D | IconDatabaseBase.h | 169 virtual void retainIconForPageURL(const String&) { } in retainIconForPageURL() function
|
D | IconDatabase.h | 90 virtual void retainIconForPageURL(const String&);
|
D | IconDatabase.cpp | 398 void IconDatabase::retainIconForPageURL(const String& pageURLOriginal) in retainIconForPageURL() function in WebCore::IconDatabase
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebIconDatabase.cpp | 238 WebCore::iconDatabase().retainIconForPageURL(urlStr); in RetainIconForPageUrl()
|
/external/webkit/Source/WebKit/win/ |
D | WebIconDatabase.cpp | 201 iconDatabase().retainIconForPageURL(String(url, SysStringLen(url))); in retainIconForURL()
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebIconDatabase.mm | 185 iconDatabase().retainIconForPageURL(URL);
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog | 4265 (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/ |
D | ChangeLog-2006-12-31 | 28730 (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
|
D | ChangeLog-2007-10-14 | 3871 (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):
|
D | ChangeLog | 9434 (WebCore::IconDatabase::retainIconForPageURL): Ditto. 45845 (WebCore::IconDatabaseBase::retainIconForPageURL): 46914 (WebCore::IconDatabaseBase::retainIconForPageURL):
|
D | ChangeLog-2009-06-16 | 36479 (WebCore::IconDatabase::retainIconForPageURL): Ditto.
|
D | ChangeLog-2010-01-29 | 50181 (WebCore::IconDatabase::retainIconForPageURL):
|