Home | History | Annotate | Download | only in print_preview

Lines Matching refs:LANDSCAPE

112   LANDSCAPE = 0,
223 bool landscape = false;
224 if (settings.GetBoolean(printing::kSettingLandscape, &landscape))
225 ReportPrintSettingHistogram(landscape ? LANDSCAPE : PORTRAIT);
338 orientation.AddOption(cloud_devices::printer::LANDSCAPE);