/external/chromium/chrome/browser/printing/ |
print_dialog_cloud.h | 21 void CreatePrintDialogForFile(const FilePath& path_to_file,
|
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,
|
print_dialog_cloud.cc | 174 void CloudPrintDataSender::ReadPrintDataFile(const FilePath& path_to_file) { 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, 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, 551 path_to_file, width, height, std::string(), job_title, file_type, 571 void CreatePrintDialogForFile(const FilePath& path_to_file, [all...] |
/external/chromium_org/chrome/browser/printing/ |
print_dialog_cloud.h | 42 const base::FilePath& path_to_file,
|
print_dialog_cloud.cc | 640 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,
|
print_dialog_cloud_internal.h | 206 const base::FilePath& path_to_file,
|
/external/chromium_org/tools/ |
run-bisect-perf-regression.py | 93 def _LoadConfigFile(path_to_file): 98 path_to_file: Path to the file. 108 execfile(path_to_file, local_vars) 164 def _RunPerformanceTest(config, path_to_file): 166 os.chdir(os.path.join(path_to_file, '..')) 249 def _SetupAndRunPerformanceTest(config, path_to_file, path_to_goma): 255 path_to_file: Path to the bisect-perf-regression.py script. 264 _RunPerformanceTest(config, path_to_file) 272 def _RunBisectionScript(config, working_directory, path_to_file, path_to_goma, 282 path_to_file: Path to the bisect-perf-regression.py script [all...] |
bisect_utils.py | 106 def LoadExtraSrc(path_to_file): 115 extra_src = imp.load_source('data', path_to_file) 316 path_to_file = os.path.join(path, cur_file) 317 os.remove(path_to_file) 446 path_to_file = os.path.join('build', 'android', 'envsetup.sh') 447 proc = subprocess.Popen(['bash', '-c', 'source %s && env' % path_to_file],
|
bisect-perf-regression.py | [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
wallpaper_manager.cc | 702 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); [all...] |
wallpaper_manager.h | 238 const std::string& path_to_file);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
base.py | 304 def _check_file_exists(self, path_to_file, file_description, 313 if not self._filesystem.exists(path_to_file): 316 _log.error(' at %s' % path_to_file) [all...] |