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

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKIconDatabase.cpp44 void WKIconDatabaseRetainIconForURL(WKIconDatabaseRef iconDatabaseRef, WKURLRef pageURLRef) argument
46 toImpl(iconDatabaseRef)->retainIconForPageURL(toWTFString(pageURLRef));
49 void WKIconDatabaseReleaseIconForURL(WKIconDatabaseRef iconDatabaseRef, WKURLRef pageURLRef) argument
51 toImpl(iconDatabaseRef)->releaseIconForPageURL(toWTFString(pageURLRef));
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_favicon_database.cpp73 void EwkFaviconDatabase::didChangeIconForPageURL(WKIconDatabaseRef, WKURLRef pageURLRef, const void* clientInfo) argument
80 CString pageURL = toWTFString(pageURLRef).utf8();

Completed in 80 milliseconds