Home
last modified time | relevance | path

Searched refs:bound_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/remoting/webapp/
Dsmart_reconnector.js43 this.bound_ = { property in remoting.SmartReconnector
53 this.bound_.stateChanged);
56 this.bound_.videoChannelStateChanged);
80 this.bound_.reconnect, remoting.SmartReconnector.kReconnectDelay);
93 window.addEventListener('online', this.bound_.reconnectAsync, false);
105 'online', this.bound_.startReconnectTimeout, false);
112 this.bound_.reconnect, remoting.SmartReconnector.kConnectionTimeout);
117 'online', this.bound_.startReconnectTimeout, false);
118 window.removeEventListener('online', this.bound_.reconnectAsync, false);
128 this.bound_.stateChanged);
[all …]
Dsession_connector.js71 this.bound_ = { property in remoting.SessionConnector
411 this.bound_.onStateChange);
435 this.bound_.onStateChange);
/external/chromium_org/cc/test/
Dtest_context_provider.cc35 bound_(false), in TestContextProvider()
53 if (bound_) in BindToCurrentThread()
61 bound_ = true; in BindToCurrentThread()
71 DCHECK(bound_); in ContextCapabilities()
79 DCHECK(bound_); in ContextGL()
90 DCHECK(bound_); in GrContext()
98 DCHECK(bound_); in IsContextLost()
105 DCHECK(bound_); in VerifyContexts()
137 DCHECK(bound_); in TestContext3d()
Dtest_context_provider.h68 bool bound_; variable
/external/chromium_org/ppapi/proxy/
Dudp_socket_resource_base.cc36 bound_(false), in UDPSocketResourceBase()
67 if (bound_) in SetOptionImpl()
76 if (!bound_) in SetOptionImpl()
104 if (bound_ || closed_) in BindImpl()
123 if (!addr || !bound_ || closed_) in GetBoundAddressImpl()
137 if (!bound_) in RecvFromImpl()
171 if (!bound_) in SendToImpl()
195 bound_ = false; in CloseImpl()
232 bound_ = true; in OnPluginMsgBindReply()
Dudp_socket_resource_base.h86 bool bound_; variable
/external/chromium_org/third_party/webrtc/base/
Dvirtualsocketserver.cc102 network_size_(0), recv_buffer_size_(0), bound_(false), was_any_(false) { in VirtualSocket()
140 bound_ = true; in Bind()
151 if (!local_addr_.IsNil() && bound_) { in Close()
154 bound_ = false; in Close()
524 bool bound_; member in rtc::VirtualSocket
/external/chromium_org/third_party/libjingle/source/talk/base/
Dvirtualsocketserver.cc119 network_size_(0), recv_buffer_size_(0), bound_(false), was_any_(false) { in VirtualSocket()
157 bound_ = true; in Bind()
168 if (!local_addr_.IsNil() && bound_) { in Close()
171 bound_ = false; in Close()
541 bool bound_; member in talk_base::VirtualSocket