Searched defs:temp_colors (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/themes/
H A Dbrowser_theme_pack.cc652 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;
666 ReadColorsFromJSON( DictionaryValue* colors_value, std::map<int, SkColor>* temp_colors) argument
/external/chromium_org/chrome/browser/themes/
H A Dbrowser_theme_pack.cc1007 std::map<int, SkColor> temp_colors; local
1009 ReadColorsFromJSON(colors_value, &temp_colors);
1010 GenerateMissingColors(&temp_colors);
1014 for (std::map<int, SkColor>::const_iterator it = temp_colors.begin();
1015 it != temp_colors.end() && count < kColorTableLength; ++it, ++count) {
1023 std::map<int, SkColor>* temp_colors) {
1053 (*temp_colors)[id] = color;
1021 ReadColorsFromJSON( const base::DictionaryValue* colors_value, std::map<int, SkColor>* temp_colors) argument

Completed in 31 milliseconds