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

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

Completed in 51 milliseconds