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

  /external/chromium_org/sandbox/win/tests/common/
controller.h 112 void SetKillOnDestruction(bool value) { kill_on_destruction_ = value; }
142 bool kill_on_destruction_; member in class:sandbox::TestRunner
controller.cc 110 kill_on_destruction_ = true;
132 if (target_process_ && kill_on_destruction_)

Completed in 681 milliseconds