OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPairedClients
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/host/plugin/
host_script_object.h
137
bool
GetPairedClients
(const NPVariant* args,
226
// Callback handler for
GetPairedClients
().
host_script_object.cc
58
const char* kFuncNameGetPairedClients = "
getPairedClients
";
198
return
GetPairedClients
(args, arg_count, result);
757
bool HostNPScriptObject::
GetPairedClients
(const NPVariant* args,
761
SetException("
getPairedClients
: bad number of arguments");
768
SetException("
getPairedClients
: invalid callback parameter");
[
all
...]
Completed in 61 milliseconds