Searched defs:print_job_title (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
H A Dprint_preview_handler.cc280 FilePath::StringType print_job_title(print_job_title_utf16);
282 FilePath::StringType print_job_title = UTF16ToUTF8(print_job_title_utf16); local
285 file_util::ReplaceIllegalCharactersInPath(&print_job_title, '_');
286 FilePath default_filename(print_job_title);
/external/chromium/chrome/browser/printing/
H A Dprint_dialog_cloud.cc160 const string16& print_job_title,
163 print_job_title_(print_job_title),
225 const string16& print_job_title,
228 print_job_title_(print_job_title),
409 const string16& print_job_title,
413 print_job_title,
516 const string16& print_job_title,
524 string16 job_title = print_job_title;
572 const string16& print_job_title,
582 print_job_title,
159 CloudPrintDataSender(CloudPrintDataSenderHelper* helper, const string16& print_job_title, const std::string& file_type) argument
224 CloudPrintFlowHandler(const FilePath& path_to_file, const string16& print_job_title, const std::string& file_type) argument
405 CloudPrintHtmlDialogDelegate( const FilePath& path_to_file, int width, int height, const std::string& json_arguments, const string16& print_job_title, const std::string& file_type, bool modal) argument
515 CreateDialogImpl(const FilePath& path_to_file, const string16& print_job_title, const std::string& file_type, bool modal) argument
571 CreatePrintDialogForFile(const FilePath& path_to_file, const string16& print_job_title, const std::string& file_type, bool modal) argument
593 string16 print_job_title; local
[all...]

Completed in 135 milliseconds