HomeSort by relevance Sort by last modified time
    Searched full:resource_file_path (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_protocols.cc 169 FilePath resource_file_path; local
174 resource_file_path = resource.GetFilePath();
176 return new net::URLRequestFileJob(request, resource_file_path);
  /external/chromium_org/chrome/browser/nacl_host/
nacl_file_host.cc 196 const base::FilePath resource_file_path = resource.GetFilePath(); local
197 if (resource_file_path.empty())
200 *file_path = resource_file_path;
  /external/chromium_org/chrome/tools/build/win/
create_installer_archive.py 295 output_dir, setup_format, archive_file, setup_file, resource_file_path):
319 with open(resource_file_path, 'w') as f:
553 archive_file, setup_file, options.resource_file_path)
567 parser.add_option('--resource_file_path',
616 if not options.resource_file_path:
617 options.resource_file_path = os.path.join(options.build_dir,
  /external/chromium_org/chrome/installer/
mini_installer.gyp 278 '--resource_file_path', '<(INTERMEDIATE_DIR)/packed_files.rc',
mini_installer.gypi 218 '--resource_file_path=<(INTERMEDIATE_DIR)/packed_files.rc',

Completed in 457 milliseconds