Home | History | Annotate | Download | only in messaging

Lines Matching defs:opener

75   scoped_ptr<MessagePort> opener;
293 // Include info about the opener's tab (if it was a tab).
382 channel->opener.reset(new ExtensionMessagePort(source, MSG_ROUTING_CONTROL,
407 // Keep the opener alive until the channel is closed.
408 channel->opener->IncrementLazyKeepaliveCount();
476 channel->opener.reset(new ExtensionMessagePort(params->source,
487 // Send the connect event to the receiver. Give it the opener's port ID (the
488 // opener has the opposite port ID).
498 channel->opener->IncrementLazyKeepaliveCount();
539 channel->receiver.get() : channel->opener.get();
545 channel->opener->DecrementLazyKeepaliveCount();
595 current->second->opener->GetRenderProcessHost();
650 channel->opener.get() : channel->receiver.get();