Home
last modified time | relevance | path

Searched refs:kill_on_destruction_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sandbox/win/tests/common/
Dcontroller.h113 void SetKillOnDestruction(bool value) { kill_on_destruction_ = value; } in SetKillOnDestruction()
143 bool kill_on_destruction_; variable
Dcontroller.cc110 kill_on_destruction_ = true; in Init()
132 if (target_process_.IsValid() && kill_on_destruction_) in ~TestRunner()