Searched refs:ValidDoubleValue (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/themes/
H A Dbrowser_theme_pack.cc301 bool ValidDoubleValue(ListValue* tint_list, int index, double* out) { function in namespace:__anon2571
622 if (ValidDoubleValue(tint_list, 0, &hsl.h) &&
623 ValidDoubleValue(tint_list, 1, &hsl.s) &&
624 ValidDoubleValue(tint_list, 2, &hsl.l)) {

Completed in 105 milliseconds