OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:formatted_color
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/extension_action/
extension_action_api.cc
643
std::string
formatted_color
= "#";
local
651
formatted_color
+= color_string[i];
652
formatted_color
+= color_string[i];
655
formatted_color
= color_string;
658
if (
formatted_color
.length() != 7)
665
if (!base::HexStringToInt(
formatted_color
.substr(1 + (2 * i), 2),
[
all
...]
Completed in 190 milliseconds