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

/external/chromium_org/android_webview/renderer/
H A Dprint_web_view_helper.cc188 double ratio_width = local
192 scale_factor = ratio_width < ratio_height ? ratio_width : ratio_height;
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper.cc182 double ratio_width = local
186 scale_factor = ratio_width < ratio_height ? ratio_width : ratio_height;

Completed in 95 milliseconds