Searched defs:path_to_file (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/printing/
H A Dprint_dialog_cloud.cc174 void CloudPrintDataSender::ReadPrintDataFile(const FilePath& path_to_file) { argument
177 if (file_util::GetFileSize(path_to_file, &file_size) && file_size != 0) {
184 if (helper_ && file_util::ReadFileToString(path_to_file, &file_data)) {
224 CloudPrintFlowHandler::CloudPrintFlowHandler(const FilePath& path_to_file, argument
227 : path_to_file_(path_to_file),
406 const FilePath& path_to_file,
412 : flow_handler_(new CloudPrintFlowHandler(path_to_file,
515 void CreateDialogImpl(const FilePath& path_to_file, argument
551 path_to_file, width, height, std::string(), job_title, file_type,
571 void CreatePrintDialogForFile(const FilePath& path_to_file, 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
[all...]
/external/chromium_org/chrome/browser/printing/
H A Dprint_dialog_cloud.cc640 const base::FilePath& path_to_file,
648 if (base::GetFileSize(path_to_file, &file_size) && file_size != 0) {
655 if (base::ReadFileToString(path_to_file, &file_data)) {
666 base::DeleteFile(path_to_file, false);
689 const base::FilePath& path_to_file,
699 browser_context, modal_parent, path_to_file, print_job_title,
638 CreateDialogForFileImpl(content::BrowserContext* browser_context, gfx::NativeWindow modal_parent, const base::FilePath& path_to_file, const base::string16& print_job_title, const base::string16& print_ticket, const std::string& file_type, bool delete_on_close) argument
687 CreatePrintDialogForFile(content::BrowserContext* browser_context, gfx::NativeWindow modal_parent, const base::FilePath& path_to_file, const base::string16& print_job_title, const base::string16& print_ticket, const std::string& file_type, bool delete_on_close) argument
/external/chromium_org/chrome/browser/chromeos/login/
H A Dwallpaper_manager.cc702 const std::string& path_to_file) {
709 wallpaper_path = wallpaper_path.Append(path_to_file).DirName();
715 wallpaper_path = wallpaper_path.Append(path_to_file);
721 wallpaper_path = wallpaper_path.Append(path_to_file);
727 wallpaper_path = wallpaper_path.Append(path_to_file);
701 DeleteUserWallpapers(const std::string& email, const std::string& path_to_file) argument

Completed in 260 milliseconds