HomeSort by relevance Sort by last modified time
    Searched refs:temp_colors (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/themes/
browser_theme_pack.h 122 std::map<int, SkColor>* temp_colors);
123 void GenerateMissingColors(std::map<int, SkColor>* temp_colors);
browser_theme_pack.cc 652 std::map<int, SkColor> temp_colors; local
654 ReadColorsFromJSON(colors_value, &temp_colors);
655 GenerateMissingColors(&temp_colors);
659 for (std::map<int, SkColor>::const_iterator it = temp_colors.begin();
660 it != temp_colors.end() && count < kColorArraySize; ++it, ++count) {
668 std::map<int, SkColor>* temp_colors) {
698 (*temp_colors)[id] = color;
    [all...]

Completed in 27 milliseconds