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

  /external/chromium_org/sandbox/win/src/
target_process.h 101 base::win::ScopedHandle lockdown_token_; member in class:sandbox::TargetProcess
target_process.cc 72 : lockdown_token_(lockdown_token),
135 if (!::CreateProcessAsUserW(lockdown_token_,
149 lockdown_token_.Close();

Completed in 29 milliseconds