Home
last modified time | relevance | path

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

/dports/www/epiphany/epiphany-41.0/src/bookmarks/
H A Dephy-bookmarks-manager.h34 #define EPHY_BOOKMARKS_FAVORITES_TAG _("Favorites") macro
H A Dephy-bookmark.c518 if (g_strcmp0 (tag1, EPHY_BOOKMARKS_FAVORITES_TAG) == 0) in ephy_bookmark_tags_compare()
520 if (g_strcmp0 (tag2, EPHY_BOOKMARKS_FAVORITES_TAG) == 0) in ephy_bookmark_tags_compare()
H A Dephy-bookmark-properties.c172 default_tag = (g_strcmp0 (tag, EPHY_BOOKMARKS_FAVORITES_TAG) == 0); in ephy_bookmark_properties_create_tag_widget()
188 label_text = default_tag ? EPHY_BOOKMARKS_FAVORITES_TAG : tag; in ephy_bookmark_properties_create_tag_widget()
H A Dephy-bookmarks-manager.c225 g_strdup (EPHY_BOOKMARKS_FAVORITES_TAG), in ephy_bookmarks_manager_init()
506 if (strcmp (tag, EPHY_BOOKMARKS_FAVORITES_TAG) == 0) in ephy_bookmarks_manager_delete_tag()
H A Dephy-bookmarks-popover.c240 if (g_strcmp0 (tag, EPHY_BOOKMARKS_FAVORITES_TAG) == 0) { in create_tag_row()