Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKIconDatabase.cpp46 void WKIconDatabaseRetainIconForURL(WKIconDatabaseRef iconDatabaseRef, WKURLRef pageURLRef) in WKIconDatabaseRetainIconForURL() argument
48 toImpl(iconDatabaseRef)->retainIconForPageURL(toWTFString(pageURLRef)); in WKIconDatabaseRetainIconForURL()
51 void WKIconDatabaseReleaseIconForURL(WKIconDatabaseRef iconDatabaseRef, WKURLRef pageURLRef) in WKIconDatabaseReleaseIconForURL() argument
53 toImpl(iconDatabaseRef)->releaseIconForPageURL(toWTFString(pageURLRef)); in WKIconDatabaseReleaseIconForURL()