OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:port2_id
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_message_service.cc
102
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
= -1
local
[
all
...]
/external/chromium/chrome/browser/renderer_host/
chrome_render_message_filter.cc
134
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 4220 milliseconds