OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kill_on_destruction_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/tests/common/
controller.h
113
void SetKillOnDestruction(bool value) {
kill_on_destruction_
= value; }
143
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 33 milliseconds