OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_colors
(Results
1 - 4
of
4
) 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
...]
/external/chromium_org/chrome/browser/themes/
browser_theme_pack.h
126
std::map<int, SkColor>*
temp_colors
);
127
void GenerateMissingColors(std::map<int, SkColor>*
temp_colors
);
browser_theme_pack.cc
1007
std::map<int, SkColor>
temp_colors
;
local
[
all
...]
Completed in 31 milliseconds