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

/external/chromium/chrome/browser/printing/
H A Dprint_dialog_cloud.cc102 bool GetDoubleOrInt(const DictionaryValue& dictionary, function in namespace:internal_cloud_print_helpers
127 result &= GetDoubleOrInt(*params, "dpi", &parameters.dpi);
128 result &= GetDoubleOrInt(*params, "min_shrink", &parameters.min_shrink);
129 result &= GetDoubleOrInt(*params, "max_shrink", &parameters.max_shrink);

Completed in 64 milliseconds