Home
last modified time | relevance | path

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

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