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

/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkiticondatabase.cpp258 gchar* webkit_icon_database_get_icon_uri(WebKitIconDatabase* database, const gchar* pageURI) argument
261 g_return_val_if_fail(pageURI, 0);
263 String pageURL = String::fromUTF8(pageURI);
286 GdkPixbuf* webkit_icon_database_get_icon_pixbuf(WebKitIconDatabase* database, const gchar* pageURI) argument
289 g_return_val_if_fail(pageURI, 0);
291 String pageURL = String::fromUTF8(pageURI);
H A Dwebkitwebview.cpp5064 const gchar* pageURI = webkit_web_view_get_uri(webView); local
5066 return webkit_icon_database_get_icon_pixbuf(database, pageURI);

Completed in 56 milliseconds