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

  /external/chromium_org/printing/
print_job_constants.cc 75 const char kSettingLandscape[] = "landscape";
print_job_constants.h 33 PRINTING_EXPORT extern const char kSettingLandscape[];
printing_context_no_system_dialog.cc 85 if (!job_settings.GetBoolean(kSettingLandscape, &landscape))
printing_context_win.cc 324 if (!job_settings.GetBoolean(kSettingLandscape, &landscape) ||
  /external/chromium_org/chrome/renderer/
chrome_mock_render_thread.cc 160 if (!job_settings.GetBoolean(printing::kSettingLandscape, NULL) ||
  /external/chromium/chrome/browser/printing/
print_dialog_gtk.cc 164 if (!settings.GetBoolean(printing::kSettingLandscape, &landscape))
  /external/chromium_org/chrome/browser/printing/
print_dialog_gtk.cc 156 if (!job_settings.GetBoolean(printing::kSettingLandscape, &landscape) ||
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper_browsertest.cc 84 dict->SetBoolean(kSettingLandscape, false);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 206 if (settings.GetBoolean(printing::kSettingLandscape, &landscape))
    [all...]

Completed in 196 milliseconds