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

  /external/chromium_org/printing/
printing_context.cc 63 bool print_with_privet = false; local
67 !job_settings.GetBoolean(kSettingPrintWithPrivet, &print_with_privet)) {
77 is_cloud_dialog || print_with_privet)) {
83 if (print_to_cloud || print_with_privet) {
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 96 PRINT_WITH_PRIVET,
714 bool print_with_privet = false; local
723 settings->GetBoolean(printing::kSettingPrintWithPrivet, &print_with_privet);
738 if (print_with_privet && PrivetPrintingEnabled()) {
742 ReportUserActionHistogram(PRINT_WITH_PRIVET);
    [all...]

Completed in 111 milliseconds