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

  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.h 97 // should_teardown_after_last_child_exits_.
100 bool should_teardown_after_last_child_exits_; member in class:content::ZygoteHostImpl
zygote_host_impl_linux.cc 88 should_teardown_after_last_child_exits_(false) {}
214 should_teardown_after_last_child_exits_ = true;
249 do_teardown = should_teardown_after_last_child_exits_ &&

Completed in 102 milliseconds