Lines Matching refs:handle_
50 this.handle_ = null;
61 this.handle_ = ptrInfoOrHandle.handle;
63 this.handle_ = ptrInfoOrHandle;
68 return this.interfaceEndpointClient_ !== null || this.handle_ !== null;
85 if (this.handle_) {
86 this.handle_.close();
87 this.handle_ = null;
114 this.router_.connector_.handle_, this.version);
115 this.router_.connector_.handle_ = null;
118 result = new mojo.InterfacePtrInfo(this.handle_, this.version);
119 this.handle_ = null;
132 if (!this.handle_)
135 this.router_ = new internal.Router(this.handle_, true);
136 this.handle_ = null;
257 var result = new mojo.InterfaceRequest(this.router_.connector_.handle_);
258 this.router_.connector_.handle_ = null;