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

/external/chromium_org/ash/shell/
H A Dwindow_type_launcher.cc50 int g_color_index = 0; member in namespace:ash::shell::__anon1953
57 color_(g_colors[g_color_index]),
60 ++g_color_index %= arraysize(g_colors);
122 : color_(g_colors[g_color_index]) {
123 ++g_color_index %= arraysize(g_colors);

Completed in 174 milliseconds