Searched refs:scale_in_double (Results 1 – 2 of 2) sorted by relevance
28 double scale_in_double = 1.0; in GetForcedDeviceScaleFactorImpl() local32 if (!base::StringToDouble(value, &scale_in_double)) in GetForcedDeviceScaleFactorImpl()35 return static_cast<float>(scale_in_double); in GetForcedDeviceScaleFactorImpl()
75 double scale_in_double = 0; in CreateFromSpecWithID() local76 if (base::StringToDouble(parts[1], &scale_in_double)) in CreateFromSpecWithID()77 ui_scale = scale_in_double; in CreateFromSpecWithID()