Searched defs:child_process (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/mojo/shell/
H A Dshell_test_main.cc10 #include "mojo/shell/child_process.h"
20 scoped_ptr<mojo::shell::ChildProcess> child_process = local
22 CHECK(child_process);
23 child_process->Main();
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl_android.cc33 base::ProcessHandle child_process,
39 size, internalformat, child_process, callback);
50 base::ProcessHandle child_process) {
29 AllocateForChildProcess( const gfx::Size& size, unsigned internalformat, unsigned usage, base::ProcessHandle child_process, int child_client_id, const AllocationCallback& callback) argument
47 DeletedByChildProcess( gfx::GpuMemoryBufferType type, const gfx::GpuMemoryBufferId& id, base::ProcessHandle child_process) argument
H A Dgpu_memory_buffer_impl_linux.cc32 base::ProcessHandle child_process,
38 size, internalformat, child_process, callback);
49 base::ProcessHandle child_process) {
28 AllocateForChildProcess( const gfx::Size& size, unsigned internalformat, unsigned usage, base::ProcessHandle child_process, int child_client_id, const AllocationCallback& callback) argument
46 DeletedByChildProcess( gfx::GpuMemoryBufferType type, const gfx::GpuMemoryBufferId& id, base::ProcessHandle child_process) argument
H A Dgpu_memory_buffer_impl_mac.cc40 base::ProcessHandle child_process,
53 size, internalformat, child_process, callback);
64 base::ProcessHandle child_process) {
36 AllocateForChildProcess( const gfx::Size& size, unsigned internalformat, unsigned usage, base::ProcessHandle child_process, int child_client_id, const AllocationCallback& callback) argument
61 DeletedByChildProcess( gfx::GpuMemoryBufferType type, const gfx::GpuMemoryBufferId& id, base::ProcessHandle child_process) argument
H A Dgpu_memory_buffer_impl_ozone.cc40 base::ProcessHandle child_process,
52 size, internalformat, child_process, callback);
63 base::ProcessHandle child_process) {
36 AllocateForChildProcess( const gfx::Size& size, unsigned internalformat, unsigned usage, base::ProcessHandle child_process, int child_client_id, const AllocationCallback& callback) argument
60 DeletedByChildProcess( gfx::GpuMemoryBufferType type, const gfx::GpuMemoryBufferId& id, base::ProcessHandle child_process) argument
H A Dgpu_memory_buffer_impl_win.cc32 base::ProcessHandle child_process,
38 size, internalformat, child_process, callback);
49 base::ProcessHandle child_process) {
28 AllocateForChildProcess( const gfx::Size& size, unsigned internalformat, unsigned usage, base::ProcessHandle child_process, int child_client_id, const AllocationCallback& callback) argument
46 DeletedByChildProcess( gfx::GpuMemoryBufferType type, const gfx::GpuMemoryBufferId& id, base::ProcessHandle child_process) argument
H A Dgpu_memory_buffer_impl_shared_memory.cc55 base::ProcessHandle child_process,
66 shared_memory.GiveToProcess(child_process, &handle.handle);
52 AllocateForChildProcess( const gfx::Size& size, unsigned internalformat, base::ProcessHandle child_process, const AllocationCallback& callback) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Drun-command.h15 struct child_process { struct
49 int start_command(struct child_process *);
50 int finish_command(struct child_process *);
51 int run_command(struct child_process *);
/external/chromium_org/content/browser/
H A Dsite_per_process_browsertest.cc339 RenderProcessHost* child_process = child->current_frame_host()->GetProcess(); local
342 child_process,
344 base::KillProcess(child_process->GetHandle(), 0, false);
/external/chromium_org/sandbox/win/src/
H A Dwin_utils.cc281 bool WriteProtectedChildMemory(HANDLE child_process, void* address, argument
285 if (!::VirtualProtectEx(child_process, address, length,
290 bool ok = ::WriteProcessMemory(child_process, address, buffer, length,
294 if (!::VirtualProtectEx(child_process, address, length,
H A Dinterception.cc64 InterceptionManager::InterceptionManager(TargetProcess* child_process, argument
66 : child_(child_process), names_used_(false), relaxed_(relaxed) {
/external/chromium_org/sandbox/win/wow_helper/
H A Dservice64_resolver.cc107 // child_process (in): process to write to.
112 bool WriteProtectedChildMemory(HANDLE child_process, argument
118 if (!::VirtualProtectEx(child_process, address, length,
123 bool ok = ::WriteProcessMemory(child_process, address, buffer, length,
127 if (!::VirtualProtectEx(child_process, address, length,
/external/chromium_org/base/process/
H A Dprocess_util_unittest.cc918 base::ProcessHandle child_process = SpawnChild("process_util_test_never_die"); local
919 ASSERT_TRUE(child_process);
920 base::EnsureProcessTerminated(child_process);
921 base::WaitForSingleProcess(child_process, base::TimeDelta::FromSeconds(5));
924 EXPECT_TRUE(IsProcessDead(child_process));
925 base::CloseProcessHandle(child_process);
936 base::ProcessHandle child_process = local
938 ASSERT_TRUE(child_process);
941 base::EnsureProcessTerminated(child_process);
944 EXPECT_TRUE(IsProcessDead(child_process));
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_browsertest.cc567 content::RenderProcessHost* child_process = contents->GetRenderProcessHost(); local
569 child_process,
571 base::KillProcess(child_process->GetHandle(), 0, false);
594 content::RenderProcessHost* child_process = contents->GetRenderProcessHost(); local
596 child_process,
598 base::KillProcess(child_process->GetHandle(), 0, false);

Completed in 265 milliseconds