Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dviews_style.cc17 cef_color_t g_text_color = 0; variable
37 g_text_color = CefColorSetARGB(255, 255 - CefColorGetR(g_background_color), in MaybeInitialize()
71 label_button->SetEnabledTextColors(g_text_color); in ApplyTo()
83 textfield->SetTextColor(g_text_color); in ApplyTo()
91 menu_model->SetColorAt(-1, CEF_MENU_COLOR_TEXT, g_text_color); in ApplyTo()
92 menu_model->SetColorAt(-1, CEF_MENU_COLOR_TEXT_HOVERED, g_text_color); in ApplyTo()
96 g_text_color); in ApplyTo()