Home
last modified time | relevance | path

Searched defs:srpc_client (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ppapi/native_client/src/trusted/plugin/
Dnacl_subprocess.h35 SrpcClient* srpc_client) in NaClSubprocess()
48 SrpcClient* srpc_client() const { return srpc_client_.get(); } in srpc_client() function
Dsrpc_client.cc67 nacl::scoped_ptr<SrpcClient> srpc_client(new SrpcClient()); in New() local
Dservice_runtime.cc795 SrpcClient* srpc_client = SrpcClient::New(connect_desc); in SetupAppChannel() local