TargetProcess      15 sandbox/win/src/Wow64.h class TargetProcess;
TargetProcess      21 sandbox/win/src/Wow64.h   Wow64(TargetProcess* child, HMODULE ntdll)
TargetProcess      41 sandbox/win/src/Wow64.h   TargetProcess* child_;  // Child process.
TargetProcess      34 sandbox/win/src/broker_services.cc sandbox::ResultCode SpawnCleanup(sandbox::TargetProcess* target, DWORD error) {
TargetProcess     394 sandbox/win/src/broker_services.cc   TargetProcess* target = new TargetProcess(initial_token.Take(),
TargetProcess      78 sandbox/win/src/handle_closer.cc bool HandleCloser::InitializeTargetHandles(TargetProcess* target) {
TargetProcess      54 sandbox/win/src/handle_closer.h   bool InitializeTargetHandles(TargetProcess* target);
TargetProcess      65 sandbox/win/src/interception.cc InterceptionManager::InterceptionManager(TargetProcess* child_process,
TargetProcess      22 sandbox/win/src/interception.h class TargetProcess;
TargetProcess      71 sandbox/win/src/interception.h   InterceptionManager(TargetProcess* child_process, bool relaxed);
TargetProcess     209 sandbox/win/src/interception.h   TargetProcess* child_;
TargetProcess      82 sandbox/win/src/interception_unittest.cc   TargetProcess *target = MakeTestTargetProcess(::GetCurrentProcess(),
TargetProcess     169 sandbox/win/src/interception_unittest.cc   TargetProcess *target = MakeTestTargetProcess(::GetCurrentProcess(),
TargetProcess     575 sandbox/win/src/nt_internals.h   IN HANDLE TargetProcess,
TargetProcess      41 sandbox/win/src/policy_broker.cc bool SetupNtdllImports(TargetProcess *child) {
TargetProcess      12 sandbox/win/src/policy_broker.h class TargetProcess;
TargetProcess      19 sandbox/win/src/policy_broker.h bool SetupNtdllImports(TargetProcess *child);
TargetProcess     132 sandbox/win/src/sandbox_policy_base.cc     TargetProcess* target = (*it);
TargetProcess     511 sandbox/win/src/sandbox_policy_base.cc bool PolicyBase::AddTarget(TargetProcess* target) {
TargetProcess     567 sandbox/win/src/sandbox_policy_base.cc   TargetProcess* target = *it;
TargetProcess     641 sandbox/win/src/sandbox_policy_base.cc bool PolicyBase::SetupAllInterceptions(TargetProcess* target) {
TargetProcess     671 sandbox/win/src/sandbox_policy_base.cc bool PolicyBase::SetupHandleCloser(TargetProcess* target) {
TargetProcess      28 sandbox/win/src/sandbox_policy_base.h class TargetProcess;
TargetProcess      87 sandbox/win/src/sandbox_policy_base.h   bool AddTarget(TargetProcess* target);
TargetProcess     109 sandbox/win/src/sandbox_policy_base.h   bool SetupAllInterceptions(TargetProcess* target);
TargetProcess     112 sandbox/win/src/sandbox_policy_base.h   bool SetupHandleCloser(TargetProcess* target);
TargetProcess     118 sandbox/win/src/sandbox_policy_base.h   typedef std::list<TargetProcess*> TargetSet;
TargetProcess      67 sandbox/win/src/target_process.cc TargetProcess::TargetProcess(HANDLE initial_token, HANDLE lockdown_token,
TargetProcess      79 sandbox/win/src/target_process.cc TargetProcess::~TargetProcess() {
TargetProcess     111 sandbox/win/src/target_process.cc DWORD TargetProcess::Create(const wchar_t* exe_path,
TargetProcess     206 sandbox/win/src/target_process.cc ResultCode TargetProcess::TransferVariable(const char* name, void* address,
TargetProcess     244 sandbox/win/src/target_process.cc DWORD TargetProcess::Init(Dispatcher* ipc_dispatcher, void* policy,
TargetProcess     321 sandbox/win/src/target_process.cc void TargetProcess::Terminate() {
TargetProcess     328 sandbox/win/src/target_process.cc TargetProcess* MakeTestTargetProcess(HANDLE process, HMODULE base_address) {
TargetProcess     329 sandbox/win/src/target_process.cc   TargetProcess* target = new TargetProcess(NULL, NULL, NULL, NULL);
TargetProcess      33 sandbox/win/src/target_process.h class TargetProcess {
TargetProcess      36 sandbox/win/src/target_process.h   TargetProcess(HANDLE initial_token, HANDLE lockdown_token, HANDLE job,
TargetProcess      38 sandbox/win/src/target_process.h   ~TargetProcess();
TargetProcess     119 sandbox/win/src/target_process.h   friend TargetProcess* MakeTestTargetProcess(HANDLE process,
TargetProcess     122 sandbox/win/src/target_process.h   DISALLOW_IMPLICIT_CONSTRUCTORS(TargetProcess);
TargetProcess     127 sandbox/win/src/target_process.h TargetProcess* MakeTestTargetProcess(HANDLE process, HMODULE base_address);