Searched defs:StartProcess (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/component_updater/
H A Dcomponent_patcher_operation_out_of_process.cc28 void StartProcess(scoped_ptr<IPC::Message> message);
52 void PatchHost::StartProcess(scoped_ptr<IPC::Message> message) { function in class:component_updater::PatchHost
113 &PatchHost::StartProcess, host_, base::Passed(&patch_message)));
/external/chromium_org/content/browser/
H A Dutility_process_host_impl.cc123 if (!StartProcess())
131 is_batch_mode_ = StartProcess();
173 bool UtilityProcessHostImpl::StartProcess() { function in class:content::UtilityProcessHostImpl
/external/chromium_org/chrome/service/
H A Dservice_utility_process_host.cc175 if (!pdf_file.IsValid() || !StartProcess(false))
189 if (!StartProcess(true))
200 if (!StartProcess(true))
208 bool ServiceUtilityProcessHost::StartProcess(bool no_sandbox) { function in class:ServiceUtilityProcessHost
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_drive.cc163 instance->StartProcess();
184 void StartProcess() { function in class:extensions::__anon3140::SingleEntryPropertiesGetterForDrive
370 instance->StartProcess();
388 void StartProcess() { function in class:extensions::__anon3140::SingleEntryPropertiesGetterForFileSystemProvider
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp130 LayoutStatus CPDF_LayoutProcessor_Reflow::StartProcess(IPDF_LayoutElement* pElement, IFX_Pause* pPause, const CFX_AffineMatrix* pPDFMatrix) function in class:CPDF_LayoutProcessor_Reflow

Completed in 4564 milliseconds