Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/
Dgtk_custom_menu_item.cc232 for (GList* current_item = menu_item->all_widgets; in gtk_custom_menu_item_hbox_expose() local
233 current_item != NULL; current_item = g_list_next(current_item)) { in gtk_custom_menu_item_hbox_expose()
234 if (GTK_IS_BUTTON(current_item->data)) { in gtk_custom_menu_item_hbox_expose()
235 if (GTK_WIDGET(current_item->data) != in gtk_custom_menu_item_hbox_expose()
237 gtk_custom_menu_item_expose_button(widget, event, current_item); in gtk_custom_menu_item_hbox_expose()
245 for (GList* current_item = menu_item->all_widgets; in gtk_custom_menu_item_hbox_expose() local
246 current_item != NULL; current_item = g_list_next(current_item)) { in gtk_custom_menu_item_hbox_expose()
247 if (GTK_IS_BUTTON(current_item->data)) { in gtk_custom_menu_item_hbox_expose()
249 GList* next_item = g_list_next(current_item); in gtk_custom_menu_item_hbox_expose()
251 GtkWidget* current_button = GTK_WIDGET(current_item->data); in gtk_custom_menu_item_hbox_expose()
/external/grub/stage2/
Dfsys_reiserfs.c311 char *current_item; member
797 INFO->current_item = &LEAF[ih->ih_item_location]; in next_key()
876 INFO->current_item = &LEAF[ih->ih_item_location]; in search_stat()
934 (INFO->current_item - LEAF + offset), to_read, buf); in reiserfs_read()
939 memcpy (buf, INFO->current_item + offset, to_read); in reiserfs_read()
952 __u32 blocknr = ((__u32 *) INFO->current_item) in reiserfs_read()
1021 ((struct stat_data *) INFO->current_item)->sd_mode, in reiserfs_dir()
1022 ((struct stat_data *) INFO->current_item)->sd_size); in reiserfs_dir()
1025 mode = ((struct stat_data *) INFO->current_item)->sd_mode; in reiserfs_dir()
1038 filemax = ((struct stat_data *) INFO->current_item)->sd_size; in reiserfs_dir()
[all …]