Searched refs:path_to_file (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/browser/printing/ |
D | print_dialog_cloud.cc | 174 void CloudPrintDataSender::ReadPrintDataFile(const FilePath& path_to_file) { in ReadPrintDataFile() argument 177 if (file_util::GetFileSize(path_to_file, &file_size) && file_size != 0) { in ReadPrintDataFile() 184 if (helper_ && file_util::ReadFileToString(path_to_file, &file_data)) { in ReadPrintDataFile() 224 CloudPrintFlowHandler::CloudPrintFlowHandler(const FilePath& path_to_file, in CloudPrintFlowHandler() argument 227 : path_to_file_(path_to_file), in CloudPrintFlowHandler() 406 const FilePath& path_to_file, in CloudPrintHtmlDialogDelegate() argument 412 : flow_handler_(new CloudPrintFlowHandler(path_to_file, in CloudPrintHtmlDialogDelegate() 515 void CreateDialogImpl(const FilePath& path_to_file, in CreateDialogImpl() argument 551 path_to_file, width, height, std::string(), job_title, file_type, in CreateDialogImpl() 571 void CreatePrintDialogForFile(const FilePath& path_to_file, in CreatePrintDialogForFile() argument [all …]
|
D | print_dialog_cloud_internal.h | 63 void ReadPrintDataFile(const FilePath& path_to_file); 95 explicit CloudPrintFlowHandler(const FilePath& path_to_file, 142 CloudPrintHtmlDialogDelegate(const FilePath& path_to_file, 183 void CreateDialogImpl(const FilePath& path_to_file,
|
D | print_dialog_cloud.h | 21 void CreatePrintDialogForFile(const FilePath& path_to_file,
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | chromium.py | 65 def _check_file_exists(self, path_to_file, file_description, argument 74 if not self._filesystem.exists(path_to_file): 77 _log.error(' at %s' % path_to_file)
|