Searched refs:normal_color (Results 1 – 7 of 7) sorted by relevance
/external/grub/stage2/ |
D | term.h | 79 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);
|
D | console.c | 56 console_setcolor (int normal_color, int highlight_color) in console_setcolor() argument 58 console_normal_color = normal_color; in console_setcolor()
|
D | hercules.c | 164 hercules_setcolor (int normal_color, int highlight_color) in hercules_setcolor() argument 166 herc_normal_color = normal_color; in hercules_setcolor()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | gtk_chrome_link_button.cc | 72 button->normal_color, in G_DEFINE_TYPE() 76 button->normal_markup = g_strdup_printf(kLinkMarkup, button->normal_color, in G_DEFINE_TYPE() 194 strncpy(button->normal_color, "blue", 9); in gtk_chrome_link_button_init() 247 snprintf(button->normal_color, 9, "#%02X%02X%02X", color->red / 257, in gtk_chrome_link_button_set_normal_color() 250 strncpy(button->normal_color, "blue", 9); in gtk_chrome_link_button_set_normal_color()
|
D | gtk_chrome_link_button.h | 43 gchar normal_color[9]; member
|
/external/grub/grub/ |
D | asmstub.c | 743 console_setcolor (int normal_color, int highlight_color) in console_setcolor() argument 1266 hercules_setcolor (int normal_color, int highlight_color) in hercules_setcolor() argument 1268 console_setcolor (normal_color, highlight_color); in hercules_setcolor()
|
/external/grub/ |
D | ChangeLog | 1249 (normal_color): Likewise. 1304 (normal_color): Removed. 7432 (normal_color): Likewise. 8285 * shared_src/cmdline.c (normal_color): New variable. 8289 * shared_src/shared.h (normal_color): Declared. 8297 (cmain): Initialize normal_color and highlight_color. Handle
|