Searched defs:Zygote (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/zygote/
H A Dzygote_linux.h24 class Zygote { class in namespace:content
26 Zygote(int sandbox_flags,
28 ~Zygote();
H A Dzygote_linux.cc45 const int Zygote::kMagicSandboxIPCDescriptor;
47 Zygote::Zygote(int sandbox_flags, function in class:content::Zygote
60 Zygote::~Zygote() {
63 bool Zygote::ProcessRequests() {
102 bool Zygote::UsingSUIDSandbox() const {
106 bool Zygote::HandleRequestFromBrowser(int fd) {
158 void Zygote::HandleReapRequest(int fd,
181 void Zygote
[all...]

Completed in 65 milliseconds