Searched refs:bound_ (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/remoting/webapp/
H A Dsmart_reconnector.js43 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_
[all...]
H A Dsession_connector_impl.js79 this.bound_ = {
455 this.bound_.onStateChange);
478 this.bound_.onStateChange);
/external/chromium_org/cc/test/
H A Dtest_context_provider.cc35 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_);
H A Dtest_context_provider.h68 bool bound_; member in class:cc::TestContextProvider
/external/chromium_org/content/common/mojo/
H A Dservice_registry_impl.cc12 : bound_(false), weak_factory_(this) {
16 : bound_(false), weak_factory_(this) {
29 DCHECK(!bound_);
30 bound_ = true;
59 if (!bound_) {
H A Dservice_registry_impl.h58 bool bound_; member in class:content::ServiceRegistryImpl
/external/chromium_org/media/cast/logging/
H A Dreceiver_time_offset_estimator_impl.cc45 if (delta < bound_) {
46 bound_ = delta;
48 bound_ += (delta - bound_) / kClockDriftSpeed;
51 bound_ = delta;
H A Dreceiver_time_offset_estimator_impl.h66 base::TimeDelta bound() const { return bound_; }
85 base::TimeDelta bound_; member in class:media::cast::ReceiverTimeOffsetEstimatorImpl::BoundCalculator
/external/chromium_org/ppapi/proxy/
H A Dudp_socket_resource_base.cc37 bound_(false),
72 if (bound_)
81 if (!bound_)
109 if (bound_ || closed_)
128 if (!addr || !bound_ || closed_)
142 if (!bound_)
185 if (!bound_)
209 bound_ = false;
252 // abort |bind_callback_|. We don't want to update |bound_| or |bound_addr_|
258 bound_
[all...]
H A Dudp_socket_resource_base.h109 bool bound_; member in class:ppapi::proxy::UDPSocketResourceBase
/external/chromium_org/v8/src/compiler/
H A Draw-machine-assembler.cc128 DCHECK(!label->bound_);
129 label->bound_ = true;
H A Draw-machine-assembler.h30 Label() : block_(NULL), used_(false), bound_(false) {}
31 ~Label() { DCHECK(bound_ || !used_); }
38 : block_(block), used_(false), bound_(false) {}
42 bool bound_; member in class:v8::internal::compiler::RawMachineAssembler::Label
/external/chromium_org/third_party/webrtc/base/
H A Dvirtualsocketserver.cc102 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

Completed in 188 milliseconds