HomeSort by relevance Sort by last modified time
    Searched full:bound_ (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/remoting/webapp/
smart_reconnector.js 43 this.bound_ = {
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...]
session_connector.js 71 this.bound_ = {
411 this.bound_.onStateChange);
435 this.bound_.onStateChange);
  /external/chromium_org/cc/test/
test_context_provider.cc 35 bound_(false),
53 if (bound_)
61 bound_ = true;
71 DCHECK(bound_);
79 DCHECK(bound_);
90 DCHECK(bound_);
98 DCHECK(bound_);
105 DCHECK(bound_);
137 DCHECK(bound_);
test_context_provider.h 68 bool bound_; member in class:cc::TestContextProvider
  /external/chromium_org/ppapi/proxy/
udp_socket_resource_base.cc 36 bound_(false),
67 if (bound_)
76 if (!bound_)
104 if (bound_ || closed_)
123 if (!addr || !bound_ || closed_)
137 if (!bound_)
171 if (!bound_)
195 bound_ = false;
226 // abort |bind_callback_|. We don't want to update |bound_| or |bound_addr_|
232 bound_ = true
    [all...]
udp_socket_resource_base.h 86 bool bound_; member in class:ppapi::proxy::UDPSocketResourceBase
  /external/chromium_org/third_party/libjingle/source/talk/base/
virtualsocketserver.cc 119 network_size_(0), recv_buffer_size_(0), bound_(false), was_any_(false) {
157 bound_ = true;
168 if (!local_addr_.IsNil() && bound_) {
171 bound_ = false;
541 bool bound_; member in class:talk_base::VirtualSocket
    [all...]
  /external/chromium_org/third_party/webrtc/base/
virtualsocketserver.cc 102 network_size_(0), recv_buffer_size_(0), bound_(false), was_any_(false) {
140 bound_ = true;
151 if (!local_addr_.IsNil() && bound_) {
154 bound_ = false;
524 bool bound_; member in class:rtc::VirtualSocket
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
byte_array.h 192 //bool bound_; // unused, comment out
  /external/sfntly/cpp/src/sfntly/data/
byte_array.h 192 //bool bound_; // unused, comment out

Completed in 1853 milliseconds