Home | History | Annotate | Download | only in browser_test

Lines Matching refs:clientSession

36   this.mode_ = remoting.ClientSession.Mode.ME2ME;
46 this.mode_ = remoting.ClientSession.Mode.ME2ME;
51 base.debug.assert(this.mode_ == remoting.ClientSession.Mode.ME2ME);
91 var clientSession = new remoting.ClientSession(
98 if (event.current == remoting.ClientSession.State.CONNECTED) {
99 this.onConnected_(clientSession);
103 clientSession.addEventListener(
104 remoting.ClientSession.Events.stateChanged,
106 clientSession.createPluginAndConnect(this.onExtensionMessage_);