Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/notifications/scheduler/internal/
H A Dscheduled_notification_manager_unittest.cc130 icon_store_ = icon_store.get(); in SetUp()
228 EXPECT_CALL(*icon_store(), InitAndLoadKeys(_)) in TEST_F()
252 EXPECT_CALL(*icon_store(), InitAndLoadKeys(_)) in TEST_F()
315 EXPECT_CALL(*icon_store(), AddIcons(_, _)) in TEST_F()
395 EXPECT_CALL(*icon_store(), AddIcons(_, _)) in TEST_F()
422 EXPECT_CALL(*icon_store(), LoadIcons(_, _)) in TEST_F()
587 EXPECT_CALL(*icon_store(), AddIcons(_, _)) in TEST_F()
632 EXPECT_CALL(*icon_store(), AddIcons(_, _)) in TEST_F()
666 EXPECT_CALL(*icon_store(), AddIcons(_, _)) in TEST_F()
705 EXPECT_CALL(*icon_store(), LoadIcons(_, _)) in TEST_F()
[all …]
H A DBUILD.gn25 "icon_store.cc",
26 "icon_store.h",
H A Dscheduled_notification_manager.cc56 std::unique_ptr<IconStore> icon_store, in ScheduledNotificationManagerImpl() argument
60 icon_store_(std::move(icon_store)), in ScheduledNotificationManagerImpl()
458 std::unique_ptr<IconStore> icon_store, in Create() argument
462 std::move(notification_store), std::move(icon_store), clients, config); in Create()
H A Dscheduled_notification_manager.h42 std::unique_ptr<IconStore> icon_store,
/dports/x11-themes/chicago95/Chicago95-2.0.1-81-gd1c86db/Plus/
H A DPlusGUI.py1057 self.icon_store[loc][0] = checkmark
1063 self.icon_store[loc][0] = nocheckmark
1068 if not self.in_store(self.icon_store, icons[icon]):
1069 self.icon_store.append([nocheckmark,icons[icon]])
1072 self.icon_store[loc][0] = nocheckmark
1076 if not self.in_store(self.icon_store, icons[icon]):
1077 self.icon_store.append([checkmark,icons[icon]])
1080 self.icon_store[loc][0] = checkmark
1085 self.icon_store.append([checkmark,"Screen saver"])
1088 self.icon_store[loc][0] = checkmark
[all …]
/dports/sysutils/xfburn/xfburn-0.6.2/xfburn/
H A Dxfburn-preferences-dialog.c108 GtkListStore *icon_store, *store; in xfburn_preferences_dialog_init() local
137icon_store = gtk_list_store_new (SETTINGS_LIST_N_COLUMNS, GDK_TYPE_PIXBUF, G_TYPE_STRING, G_TYPE_I… in xfburn_preferences_dialog_init()
194 gtk_list_store_append (icon_store, &iter); in xfburn_preferences_dialog_init()
195 gtk_list_store_set (icon_store, &iter, in xfburn_preferences_dialog_init()
292 gtk_list_store_append (icon_store, &iter); in xfburn_preferences_dialog_init()
293 gtk_list_store_set (icon_store, &iter, in xfburn_preferences_dialog_init()
351 g_object_unref (icon_store); in xfburn_preferences_dialog_init()
/dports/deskutils/gnote/gnote-41.1/src/plugins/bugzilla/
H A Dbugzillapreferences.cpp72 icon_store = Gtk::ListStore::create(m_columns); in BugzillaPreferences()
73 icon_store->set_sort_column(m_columns.host, Gtk::SORT_ASCENDING); in BugzillaPreferences()
75 icon_tree = manage(new Gtk::TreeView (icon_store)); in BugzillaPreferences()
140 icon_store->clear(); // clear out the old entries in update_icon_store()
160 Gtk::TreeIter treeiter = icon_store->append (); in update_icon_store()
H A Dbugzillapreferences.hpp80 Glib::RefPtr<Gtk::ListStore> icon_store; member in bugzilla::BugzillaPreferences
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/notifications/scheduler/
H A Dschedule_service_factory_helper.cc68 auto icon_store = std::make_unique<IconProtoDbStore>( in CreateNotificationScheduleService() local
95 std::move(notification_store), std::move(icon_store), registered_clients, in CreateNotificationScheduleService()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/notifications/scheduler/internal/
H A DBUILD.gn25 "icon_store.cc",
26 "icon_store.h",
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/src/nact/
H A Dnact-icon-chooser.c659 GtkListStore *icon_store; in on_destroy() local
674 THEME_CONTEXT_STORE_COLUMN, &icon_store, in on_destroy()
676 if( icon_store ){ in on_destroy()
677 g_debug( "%s: context=%s, clearing store=%p", thisfn, context_label, ( void * ) icon_store ); in on_destroy()
678 gtk_list_store_clear( icon_store ); in on_destroy()
679 g_object_unref( icon_store ); in on_destroy()
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/icon-browser/
H A Diconbrowserwin.c16 GListStore *icon_store; member
76 g_list_store_append (win->icon_store, icon); in add_icon()
437 gtk_widget_class_bind_template_child (GTK_WIDGET_CLASS (class), IconBrowserWindow, icon_store); in icon_browser_window_class_init()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/demos/icon-browser/
H A Diconstore.c18 G_DEFINE_TYPE_WITH_CODE (IconStore, icon_store, GTK_TYPE_LIST_STORE, in G_DEFINE_TYPE_WITH_CODE() argument
/dports/x11/xapp/xapp-2.2.6/libxapp/
H A Dxapp-icon-chooser-dialog.c203 GtkListStore *icon_store);
207 GtkListStore *icon_store);
1573 GtkListStore *icon_store) in search_path() argument
1666 callback_info->model = icon_store; in search_path()
1724 GtkListStore *icon_store) in search_icon_name() argument
/dports/audio/aqualung/aqualung-1.0/src/
H A Dmusic_browser.c82 GdkPixbuf * icon_store; variable
593 icon_store = gdk_pixbuf_new_from_file (path, NULL); in create_music_browser()
H A Dstore_file.c164 extern GdkPixbuf * icon_store;
1873 gtk_tree_store_set(music_store, &iter, MS_COL_ICON, icon_store, -1); in store__add_cb()
4028 gtk_tree_store_set(music_store, &iter_store, MS_COL_ICON, icon_store, -1); in store_file_load()