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

  /external/chromium_org/sandbox/win/src/
job.cc 13 if (job_handle_)
14 ::CloseHandle(job_handle_);
19 if (job_handle_)
22 job_handle_ = ::CreateJobObject(NULL, // No security attribute
24 if (!job_handle_)
69 if (FALSE == ::SetInformationJobObject(job_handle_,
77 if (FALSE == ::SetInformationJobObject(job_handle_,
88 if (!job_handle_)
92 job_handle_,
101 HANDLE handle_temp = job_handle_;
    [all...]
job.h 20 Job() : job_handle_(NULL) { }
54 HANDLE job_handle_; member in class:sandbox::Job
  /external/chromium_org/chrome/test/ui/
ui_test_suite.cc 37 job_handle_.Close();
51 job_handle_.Set(CreateJobObject(NULL, NULL));
52 if (!job_handle_.IsValid()) {
57 if (!base::SetJobObjectLimitFlags(job_handle_.Get(),
71 launch_options.job_handle = job_handle_.Get();
ui_test_suite.h 30 base::win::ScopedHandle job_handle_; member in class:UITestSuite
  /external/chromium_org/net/test/spawned_test_server/
local_test_server_win.cc 181 job_handle_.Set(CreateJobObject(NULL, NULL));
182 if (!job_handle_.IsValid()) {
187 if (!base::SetJobObjectLimitFlags(job_handle_.Get(),
195 launch_options.job_handle = job_handle_.Get();
local_test_server.h 97 base::win::ScopedHandle job_handle_; member in class:net::LocalTestServer
local_test_server.cc 129 job_handle_.Close();
  /external/chromium/net/test/
test_server.h 181 base::win::ScopedHandle job_handle_; member in class:net::TestServer
test_server_win.cc 186 &job_handle_)) {

Completed in 1100 milliseconds