Searched refs:pageURLRef (Results 1 – 1 of 1) sorted by relevance
46 void WKIconDatabaseRetainIconForURL(WKIconDatabaseRef iconDatabaseRef, WKURLRef pageURLRef) in WKIconDatabaseRetainIconForURL() argument48 toImpl(iconDatabaseRef)->retainIconForPageURL(toWTFString(pageURLRef)); in WKIconDatabaseRetainIconForURL()51 void WKIconDatabaseReleaseIconForURL(WKIconDatabaseRef iconDatabaseRef, WKURLRef pageURLRef) in WKIconDatabaseReleaseIconForURL() argument53 toImpl(iconDatabaseRef)->releaseIconForPageURL(toWTFString(pageURLRef)); in WKIconDatabaseReleaseIconForURL()