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

  /external/chromium_org/chrome/renderer/printing/
mock_printer.cc 24 void UpdateMargins(int margins_type, int dpi, PrintMsg_Print_Params* params) {
25 if (margins_type == printing::NO_MARGINS) {
30 } else if (margins_type == printing::PRINTABLE_AREA_MARGINS) {
35 } else if (margins_type == printing::CUSTOM_MARGINS) {
171 int margins_type) {
178 UpdateMargins(margins_type, dpi_, &(params->params));
mock_printer.h 85 int margins_type);
print_web_view_helper.cc 988 int margins_type = 0; local
    [all...]
  /external/chromium_org/chrome/renderer/
chrome_mock_render_thread.cc 172 int margins_type = 0; local
183 !job_settings.GetInteger(printing::kSettingMarginsType, &margins_type)) {
208 printer_->UpdateSettings(document_cookie, params, pages, margins_type);
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.cc 944 int margins_type = 0; local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 245 int margins_type = 0; local
246 if (settings.GetInteger(printing::kSettingMarginsType, &margins_type) &&
247 margins_type != 0) {
    [all...]

Completed in 167 milliseconds