Home | History | Annotate | Download | only in messaging

Lines Matching refs:opener

77   scoped_ptr<MessagePort> opener;
304 // Include info about the opener's tab (if it was a tab).
393 channel->opener.reset(new ExtensionMessagePort(source, MSG_ROUTING_CONTROL,
418 // Keep the opener alive until the channel is closed.
419 channel->opener->IncrementLazyKeepaliveCount();
487 channel->opener.reset(new ExtensionMessagePort(params->source,
498 // Send the connect event to the receiver. Give it the opener's port ID (the
499 // opener has the opposite port ID).
509 channel->opener->IncrementLazyKeepaliveCount();
550 channel->receiver.get() : channel->opener.get();
556 channel->opener->DecrementLazyKeepaliveCount();
606 current->second->opener->GetRenderProcessHost();
661 channel->opener.get() : channel->receiver.get();