OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srpc_client_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
nacl_subprocess.h
38
srpc_client_
(srpc_client) {
48
SrpcClient* srpc_client() const { return
srpc_client_
.get(); }
86
nacl::scoped_ptr<SrpcClient>
srpc_client_
;
member in class:plugin::NaClSubprocess
nacl_subprocess.cc
19
<< ", srpc_client=" << static_cast<void*>(
srpc_client_
.get())
27
srpc_client_
.reset(NULL);
39
srpc_client_
.reset(service_runtime_->SetupAppChannel());
40
return NULL !=
srpc_client_
.get();
58
if (NULL ==
srpc_client_
.get()) {
59
PLUGIN_PRINTF(("VInvokeSrpcMethod (no
srpc_client_
)\n"));
62
if (!
srpc_client_
->HasMethod(method_name)) {
67
if (!
srpc_client_
->InitParams(method_name, params)) {
133
return
srpc_client_
->Invoke(method_name, params);
Completed in 123 milliseconds