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

  /external/chromium_org/ash/shell/
window_type_launcher.cc 46 SkColor g_colors[] = { SK_ColorRED, member in namespace:ash::shell::__anon6578
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 113 milliseconds