HomeSort by relevance Sort by last modified time
    Searched refs:SpawnTarget (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/sandbox/win/src/
sandbox.h 44 // broker->SpawnTarget(target_exe_path, target_args, &target);
59 // SpawnTarget()
76 virtual ResultCode SpawnTarget(const wchar_t* exe_path,
110 // only if the process was spawned by a call to BrokerServices::SpawnTarget().
broker_services.h 49 virtual ResultCode SpawnTarget(const wchar_t* exe_path,
policy_target_test.cc 244 result = broker->SpawnTarget(prog_name, arguments.c_str(), policy,
307 result = broker->SpawnTarget(prog_name, arguments.c_str(), policy,
broker_services.cc 33 // while in SpawnTarget and we must terminate the target process.
160 // change the downcast to it in SpawnTarget().
274 // SpawnTarget does all the interesting sandbox setup and creates the target
276 ResultCode BrokerServicesBase::SpawnTarget(const wchar_t* exe_path,
286 // Even though the resources touched by SpawnTarget can be accessed in
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.h 78 // Handles the messages sent to the SpawnTarget dialog. The return value is
109 // Handles the Launch button in the SpawnTarget dialog (normally clicked
124 bool SpawnTarget();
main_ui_window.cc 196 if (host->SpawnTarget()) {
356 // store these values in the member variables for use in SpawnTarget
477 bool MainUIWindow::SpawnTarget() {
491 // We use the resulting string as a param to CreateProcess (in SpawnTarget)
521 sandbox::ResultCode result = broker_->SpawnTarget(spawn_target_.c_str(),
  /external/chromium_org/sandbox/win/tests/common/
controller.cc 227 result = broker_->SpawnTarget(prog_name, arguments.c_str(), policy_,
  /external/chromium/chrome/common/
sandbox_policy.cc 713 result = g_broker_services->SpawnTarget(
  /external/chromium_org/content/common/
sandbox_win.cc 680 result = g_broker_services->SpawnTarget(

Completed in 93 milliseconds