Searched refs:bound_ (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/remoting/webapp/ |
D | smart_reconnector.js | 43 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 …]
|
D | session_connector.js | 71 this.bound_ = { property in remoting.SessionConnector 411 this.bound_.onStateChange); 435 this.bound_.onStateChange);
|
/external/chromium_org/cc/test/ |
D | test_context_provider.cc | 35 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()
|
D | test_context_provider.h | 68 bool bound_; variable
|
/external/chromium_org/ppapi/proxy/ |
D | udp_socket_resource_base.cc | 36 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()
|
D | udp_socket_resource_base.h | 86 bool bound_; variable
|
/external/chromium_org/third_party/webrtc/base/ |
D | virtualsocketserver.cc | 102 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/ |
D | virtualsocketserver.cc | 119 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
|