OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destination_port
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/mojo/system/
message_pipe.cc
54
unsigned
destination_port
= GetPeerPort(port);
local
60
if (endpoints_[
destination_port
]) {
61
if (!endpoints_[
destination_port
]->OnPeerClose())
62
endpoints_[
destination_port
].reset();
177
unsigned
destination_port
= GetPeerPort(port);
local
185
if (endpoints_[
destination_port
]) {
186
if (!endpoints_[
destination_port
]->OnPeerClose())
187
endpoints_[
destination_port
].reset();
/external/chromium_org/chrome/browser/extensions/api/messaging/
native_message_process_host.h
72
int
destination_port
,
80
int
destination_port
,
100
int
destination_port
,
native_message_process_host.cc
98
int
destination_port
,
103
destination_port_(
destination_port
),
132
int
destination_port
,
135
native_host_name,
destination_port
,
146
int
destination_port
,
152
destination_port
, launcher.Pass()));
/external/chromium_org/chrome/browser/devtools/device/
port_forwarding_controller.cc
516
int
destination_port
= 0;
local
517
if (tokens.size() != 2 || !base::StringToInt(tokens[1], &
destination_port
))
528
destination_port
,
Completed in 1209 milliseconds