HomeSort by relevance Sort by last modified time
    Searched refs:ratio_height (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/android_webview/renderer/
print_web_view_helper.cc 190 double ratio_height = local
192 scale_factor = ratio_width < ratio_height ? ratio_width : ratio_height;
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc 191 double ratio_height = local
193 scale_factor = ratio_width < ratio_height ? ratio_width : ratio_height;
    [all...]

Completed in 1028 milliseconds