Home
last modified time | relevance | path

Searched refs:normal_color (Results 1 – 7 of 7) sorted by relevance

/external/grub/stage2/
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);
Dconsole.c56 console_setcolor (int normal_color, int highlight_color) in console_setcolor() argument
58 console_normal_color = normal_color; in console_setcolor()
Dhercules.c164 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/
Dgtk_chrome_link_button.cc72 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()
Dgtk_chrome_link_button.h43 gchar normal_color[9]; member
/external/grub/grub/
Dasmstub.c743 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/
DChangeLog1249 (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