Searched defs:utility_process_host_ (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dimage_writer_utility_client.h80 base::WeakPtr<content::UtilityProcessHost> utility_process_host_; member in class:ImageWriterUtilityClient
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dsafe_audio_video_checker.h60 base::WeakPtr<content::UtilityProcessHost> utility_process_host_; member in class:SafeAudioVideoChecker
H A Dsafe_picasa_album_table_reader.h78 base::WeakPtr<content::UtilityProcessHost> utility_process_host_; member in class:picasa::SafePicasaAlbumTableReader
H A Dsafe_iapps_library_parser.h104 base::WeakPtr<content::UtilityProcessHost> utility_process_host_; member in class:iapps::SafeIAppsLibraryParser
H A Dsafe_media_metadata_parser.h92 base::WeakPtr<content::UtilityProcessHost> utility_process_host_; member in class:metadata::SafeMediaMetadataParser
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsandboxed_zip_analyzer.h68 base::WeakPtr<content::UtilityProcessHost> utility_process_host_; member in class:safe_browsing::SandboxedZipAnalyzer
/external/chromium_org/chrome/browser/importer/
H A Dexternal_process_importer_client.h146 base::WeakPtr<content::UtilityProcessHost> utility_process_host_; member in class:ExternalProcessImporterClient
/external/chromium_org/chrome/browser/local_discovery/
H A Dpwg_raster_converter.cc134 base::WeakPtr<content::UtilityProcessHost> utility_process_host_; member in class:local_discovery::__anon4182::PwgUtilityProcessHostClient
181 if (!utility_process_host_) {
186 base::ProcessHandle process = utility_process_host_->GetData().handle;
187 utility_process_host_->Send(new ChromeUtilityMsg_RenderPDFPagesToPWGRaster(
192 utility_process_host_.reset();
218 utility_process_host_ =
222 utility_process_host_->Send(new ChromeUtilityMsg_StartupPing);
/external/chromium_org/chrome/browser/printing/
H A Dpdf_to_emf_converter.cc167 base::WeakPtr<content::UtilityProcessHost> utility_process_host_; member in class:printing::__anon4479::PdfToEmfUtilityProcessHostClient
297 utility_process_host_ =
301 if (!utility_process_host_)
309 if (!utility_process_host_)
323 if (!utility_process_host_)
325 base::ProcessHandle process = utility_process_host_->GetData().handle;
361 if (!utility_process_host_)
377 if (!utility_process_host_)
379 base::ProcessHandle process = utility_process_host_->GetData().handle;
442 if (utility_process_host_)
[all...]

Completed in 5017 milliseconds