Searched defs:dest_port_id (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dextension_message_port.cc27 int dest_port_id,
38 routing_id_, dest_port_id, channel_name, source_tab, info));
26 DispatchOnConnect( int dest_port_id, const std::string& channel_name, const base::DictionaryValue& source_tab, const std::string& source_extension_id, const std::string& target_extension_id, const GURL& source_url) argument
H A Dmessage_service.h72 virtual void DispatchOnConnect(int dest_port_id, argument
H A Dmessage_service.cc505 int dest_port_id = GET_OPPOSITE_PORT_ID(source_port_id); local
506 MessagePort* port = IS_OPENER_PORT_ID(dest_port_id) ?
509 port->DispatchOnMessage(message, dest_port_id);
/external/chromium/chrome/browser/extensions/
H A Dextension_message_service.cc61 int dest_port_id,
67 args.Set(0, Value::CreateIntegerValue(dest_port_id));
321 int dest_port_id = GET_OPPOSITE_PORT_ID(source_port_id); local
322 const MessagePort& port = IS_OPENER_PORT_ID(dest_port_id) ?
325 DispatchOnMessage(port, message, dest_port_id);
60 DispatchOnConnect(const ExtensionMessageService::MessagePort& port, int dest_port_id, const std::string& channel_name, const std::string& tab_json, const std::string& source_extension_id, const std::string& target_extension_id) argument

Completed in 58 milliseconds