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

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

Completed in 254 milliseconds