HomeSort by relevance Sort by last modified time
    Searched full:g_color_index (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ash/shell/
window_type_launcher.cc 50 int g_color_index = 0; member in namespace:ash::shell::__anon3248
57 color_(g_colors[g_color_index]),
59 ++g_color_index %= arraysize(g_colors);
121 : color_(g_colors[g_color_index]) {
122 ++g_color_index %= arraysize(g_colors);

Completed in 49 milliseconds