Searched refs:port2_id (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_message_service.cc102 int port2_id = channel_id * 2 + 1; local
106 DCHECK(GET_OPPOSITE_PORT_ID(port1_id) == port2_id);
107 DCHECK(GET_OPPOSITE_PORT_ID(port2_id) == port1_id);
108 DCHECK(GET_CHANNEL_ID(port1_id) == GET_CHANNEL_ID(port2_id));
111 DCHECK(GET_CHANNEL_RECEIVERS_ID(channel_id) == port2_id);
114 *port2 = port2_id;
254 int port2_id = -1; local
256 AllocatePortIdPair(&port1_id, &port2_id);
261 if (!OpenChannelImpl(source, tab_json, receiver, port2_id,
279 int port2_id local
[all...]
/external/chromium/chrome/browser/renderer_host/
H A Dchrome_render_message_filter.cc134 int port2_id; local
135 ExtensionMessageService::AllocatePortIdPair(port_id, &port2_id);
141 render_process_id_, routing_id, port2_id, source_extension_id,
160 int port2_id; local
161 ExtensionMessageService::AllocatePortIdPair(port_id, &port2_id);
167 render_process_id_, routing_id, port2_id, tab_id, extension_id,

Completed in 53 milliseconds