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

  /external/chromium/chrome/common/
chrome_switches.cc 115 const char kCloudPrintFile[] = "cloud-print-file";
117 // Used with kCloudPrintFile to specify a title for the resulting print
    [all...]
chrome_switches.h 50 extern const char kCloudPrintFile[];
  /external/chromium_org/chrome/browser/printing/
print_dialog_cloud.cc 746 DCHECK(command_line.HasSwitch(switches::kCloudPrintFile));
747 if (!command_line.GetSwitchValuePath(switches::kCloudPrintFile).empty()) {
750 command_line.GetSwitchValuePath(switches::kCloudPrintFile);
  /external/chromium/chrome/browser/printing/
print_dialog_cloud.cc 588 if (!command_line.GetSwitchValuePath(switches::kCloudPrintFile).empty()) {
591 command_line.GetSwitchValuePath(switches::kCloudPrintFile);
  /external/chromium_org/chrome/common/
chrome_switches.cc 182 // Used with kCloudPrintFile. Tells Chrome to delete the file when finished
188 const char kCloudPrintFile[] = "cloud-print-file";
195 // Used with kCloudPrintFile to specify a JSON print ticket for the resulting
199 // Used with kCloudPrintFile to specify a title for the resulting print job.
    [all...]
chrome_switches.h 68 extern const char kCloudPrintFile[];
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 535 if (command_line.HasSwitch(switches::kCloudPrintFile) &&
  /external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor.cc 220 command_line.AppendSwitchPath(switches::kCloudPrintFile,

Completed in 583 milliseconds