Searched defs:NaClInternal (Results 1 – 2 of 2) sorted by relevance
47 struct NaClProcessHost::NaClInternal { struct in NaClProcessHost48 std::vector<nacl::Handle> sockets_for_renderer;49 std::vector<nacl::Handle> sockets_for_sel_ldr;
206 struct NaClProcessHost::NaClInternal { struct in nacl::NaClProcessHost207 NaClHandle socket_for_renderer;208 NaClHandle socket_for_sel_ldr;210 NaClInternal() in NaClInternal() argument