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

  /external/chromium/chrome/browser/themes/
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...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc 1007 std::map<int, SkColor> temp_colors; local
    [all...]

Completed in 587 milliseconds