Searched refs:normal_color (Results 1 - 6 of 6) sorted by relevance

/external/grub/stage2/
H A Dconsole.c56 console_setcolor (int normal_color, int highlight_color) argument
58 console_normal_color = normal_color;
H A Dterm.h79 void (*setcolor) (int normal_color, int highlight_color);
103 void console_setcolor (int normal_color, int highlight_color);
123 void hercules_setcolor (int normal_color, int highlight_color);
H A Dhercules.c164 hercules_setcolor (int normal_color, int highlight_color) argument
166 herc_normal_color = normal_color;
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_chrome_link_button.cc72 button->normal_color,
76 button->normal_markup = g_strdup_printf(kLinkMarkup, button->normal_color,
194 strncpy(button->normal_color, "blue", 9);
247 snprintf(button->normal_color, 9, "#%02X%02X%02X", color->red / 257,
250 strncpy(button->normal_color, "blue", 9);
H A Dgtk_chrome_link_button.h43 gchar normal_color[9]; member in struct:_GtkChromeLinkButton
/external/grub/grub/
H A Dasmstub.c743 console_setcolor (int normal_color, int highlight_color) argument
1266 hercules_setcolor (int normal_color, int highlight_color) argument
1268 console_setcolor (normal_color, highlight_color);

Completed in 111 milliseconds