Searched refs:StartProcess (Results 1 - 10 of 10) 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.h63 bool StartProcess();
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
H A Dservice_utility_process_host.h122 bool StartProcess(bool no_sandbox);
/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/include/reflow/
H A Dfpdf_layout.h228 virtual LayoutStatus StartProcess(IPDF_LayoutElement* pElement, IFX_Pause* pPause, const CFX_AffineMatrix* pPDFMatrix = NULL) = 0;
/external/pdfium/core/src/reflow/
H A Dreflowedpage.cpp313 if(m_pReflowEngine->StartProcess(m_pProvider->GetRoot(), m_pPause, &matrix) != LayoutToBeContinued) {
396 if((status = m_pReflowEngine->StartProcess(m_pProvider->GetRoot(), pPause, &matrix)) != LayoutToBeContinued) {
H A Dreflowedpage.h36 LayoutStatus StartProcess(IPDF_LayoutElement* pElement, IFX_Pause* pPause, const CFX_AffineMatrix* pPDFMatrix = NULL);
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 1474 milliseconds