OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pairing_registry
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/remoting/host/
pairing_registry_delegate.cc
15
scoped_refptr<PairingRegistry>
pairing_registry
;
local
19
pairing_registry
= new PairingRegistry(task_runner, delegate.Pass());
21
return
pairing_registry
;
chromoting_host.h
23
#include "remoting/protocol/
pairing_registry
.h"
144
scoped_refptr<protocol::PairingRegistry>
pairing_registry
() const {
function in class:remoting::ChromotingHost
148
scoped_refptr<protocol::PairingRegistry>
pairing_registry
) {
149
pairing_registry_ =
pairing_registry
;
remoting_me2me_host.cc
73
#include "remoting/protocol/
pairing_registry
.h"
510
scoped_refptr<protocol::PairingRegistry>
pairing_registry
= NULL;
local
512
pairing_registry
= CreatePairingRegistry(context_->file_task_runner());
520
host_secret_hash_,
pairing_registry
);
548
host_->set_pairing_registry(
pairing_registry
);
[
all
...]
/external/chromium_org/remoting/host/setup/
me2me_native_messaging_host_main.cc
76
scoped_refptr<protocol::PairingRegistry>
pairing_registry
=
local
86
pairing_registry
,
me2me_native_messaging_host_unittest.cc
23
#include "remoting/protocol/
pairing_registry
.h"
315
scoped_refptr<PairingRegistry>
pairing_registry
=
local
324
pairing_registry
,
Completed in 248 milliseconds