Searched defs:destination_port (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/mojo/system/
H A Dmessage_pipe.cc75 unsigned destination_port = GetPeerPort(port); local
81 if (endpoints_[destination_port]) {
82 if (!endpoints_[destination_port]->OnPeerClose())
83 endpoints_[destination_port].reset();
188 unsigned destination_port = GetPeerPort(port); local
195 if (endpoints_[destination_port]) {
196 if (!endpoints_[destination_port]->OnPeerClose())
197 endpoints_[destination_port].reset();
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_message_process_host.cc97 int destination_port,
102 destination_port_(destination_port),
131 int destination_port,
134 native_host_name, destination_port,
145 int destination_port,
151 destination_port, launcher.Pass()));
93 NativeMessageProcessHost( base::WeakPtr<Client> weak_client_ui, const std::string& source_extension_id, const std::string& native_host_name, int destination_port, scoped_ptr<NativeProcessLauncher> launcher) argument
126 Create( gfx::NativeView native_view, base::WeakPtr<Client> weak_client_ui, const std::string& source_extension_id, const std::string& native_host_name, int destination_port, bool allow_user_level) argument
141 CreateWithLauncher( base::WeakPtr<Client> weak_client_ui, const std::string& source_extension_id, const std::string& native_host_name, int destination_port, scoped_ptr<NativeProcessLauncher> launcher) argument
/external/chromium_org/chrome/browser/devtools/device/
H A Dport_forwarding_controller.cc503 int destination_port = 0; local
504 if (tokens.size() != 2 || !base::StringToInt(tokens[1], &destination_port))
516 destination_port,

Completed in 132 milliseconds