Home
last modified time | relevance | path

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

/dports/www/epiphany/epiphany-41.0/embed/
H A Dephy-web-view.c116 char *pending_snapshot_uri; member
514 g_strdup (view->pending_snapshot_uri)); in take_snapshot()
529 if (g_strcmp0 (url, view->pending_snapshot_uri) != 0) in history_service_query_urls_cb()
536 if (strcmp (history_url->url, view->pending_snapshot_uri) == 0) { in history_service_query_urls_cb()
543 g_clear_pointer (&view->pending_snapshot_uri, g_free); in history_service_query_urls_cb()
1698 g_free (view->pending_snapshot_uri); in load_changed_cb()
1699 view->pending_snapshot_uri = g_strdup (webkit_web_view_get_uri (WEBKIT_WEB_VIEW (view))); in load_changed_cb()
3924 g_free (view->pending_snapshot_uri); in ephy_web_view_finalize()