Home
last modified time | relevance | path

Searched refs:TakeFileHandleForProcess (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/fileapi/
Dsafe_picasa_album_table_reader.cc83 files_for_transit.indicator_file = IPC::TakeFileHandleForProcess( in OnProcessStarted()
86 files_for_transit.category_file = IPC::TakeFileHandleForProcess( in OnProcessStarted()
89 files_for_transit.date_file = IPC::TakeFileHandleForProcess( in OnProcessStarted()
92 files_for_transit.filename_file = IPC::TakeFileHandleForProcess( in OnProcessStarted()
95 files_for_transit.name_file = IPC::TakeFileHandleForProcess( in OnProcessStarted()
98 files_for_transit.token_file = IPC::TakeFileHandleForProcess( in OnProcessStarted()
101 files_for_transit.uid_file = IPC::TakeFileHandleForProcess( in OnProcessStarted()
Dsafe_iapps_library_parser.cc89 IPC::TakeFileHandleForProcess( in OnUtilityProcessStarted()
96 IPC::TakeFileHandleForProcess( in OnUtilityProcessStarted()
Dsafe_audio_video_checker.cc55 IPC::TakeFileHandleForProcess(file_.Pass(), in OnProcessStarted()
/external/chromium_org/ipc/
Dipc_platform_file.cc48 PlatformFileForTransit TakeFileHandleForProcess(base::File file, in TakeFileHandleForProcess() function
Dipc_platform_file.h59 IPC_EXPORT PlatformFileForTransit TakeFileHandleForProcess(
/external/chromium_org/components/nacl/browser/
Dnacl_file_host.cc60 IPC::PlatformFileForTransit file_desc = IPC::TakeFileHandleForProcess( in DoRegisterOpenedNaClExecutableFile()
111 IPC::TakeFileHandleForProcess(file_to_open.Pass(), in DoOpenPnaclFile()
Dnacl_process_host.cc887 params.nexe_file = IPC::TakeFileHandleForProcess(nexe_file_.Pass(), in StartNaClExecution()
1095 IPC::PlatformFileForTransit handle = IPC::TakeFileHandleForProcess( in FileResolved()
1120 out_handle = IPC::TakeFileHandleForProcess( in FileResolvedAsync()
Dnacl_host_message_filter.cc225 IPC::TakeFileHandleForProcess(file.Pass(), PeerHandle())); in SyncReturnTemporaryFile()
/external/chromium_org/chrome/browser/local_discovery/
Dpwg_raster_converter.cc50 IPC::TakeFileHandleForProcess(pdf_file_.Pass(), process); in GetPdfForProcess()
57 IPC::TakeFileHandleForProcess(pwg_file_.Pass(), process); in GetPwgForProcess()
/external/chromium_org/chrome/browser/safe_browsing/
Dsandboxed_zip_analyzer.cc117 IPC::TakeFileHandleForProcess(zip_file_.Pass(), utility_process))); in OnUtilityProcessStarted()
/external/chromium_org/content/browser/renderer_host/pepper/
Dpepper_flash_file_message_filter.cc137 IPC::TakeFileHandleForProcess(file.Pass(), plugin_process_handle_); in OnOpenFile()
259 IPC::TakeFileHandleForProcess(file.Pass(), plugin_process_handle_); in OnCreateTemporaryFile()
/external/chromium_org/content/browser/renderer_host/
Ddatabase_message_filter.cc162 target_handle = IPC::TakeFileHandleForProcess(file.Pass(), PeerHandle()); in OnDatabaseOpenFile()
Drender_process_host_impl.cc235 return IPC::TakeFileHandleForProcess(dump_file.Pass(), process); in CreateAecDumpFileForProcess()
/external/chromium_org/chrome/service/
Dservice_utility_process_host.cc88 IPC::TakeFileHandleForProcess(pdf_file.Pass(), host_->handle()), in Start()