Searched refs:path_to_file (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/printing/
H A Dprint_dialog_cloud.h21 void CreatePrintDialogForFile(const FilePath& path_to_file,
H A Dprint_dialog_cloud_internal.h63 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,
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/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dchromium.py65 def _check_file_exists(self, path_to_file, file_description,
74 if not self._filesystem.exists(path_to_file):
77 _log.error(' at %s' % path_to_file)

Completed in 53 milliseconds