OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ZygoteHostImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.h
22
class CONTENT_EXPORT
ZygoteHostImpl
: public ZygoteHost {
25
static
ZygoteHostImpl
* GetInstance();
57
friend struct DefaultSingletonTraits<
ZygoteHostImpl
>;
59
ZygoteHostImpl
();
60
virtual ~
ZygoteHostImpl
();
zygote_host_impl_linux.cc
48
return
ZygoteHostImpl
::GetInstance();
51
ZygoteHostImpl
::
ZygoteHostImpl
()
59
ZygoteHostImpl
::~
ZygoteHostImpl
() {
65
ZygoteHostImpl
*
ZygoteHostImpl
::GetInstance() {
66
return Singleton<
ZygoteHostImpl
>::get();
69
void
ZygoteHostImpl
::Init(const std::string& sandbox_cmd) {
218
bool
ZygoteHostImpl
::SendMessage(const Pickle& data
[
all
...]
Completed in 130 milliseconds