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

  /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/content/common/mojo/
service_registry_impl.cc 12 : bound_(false), weak_factory_(this) {
16 : bound_(false), weak_factory_(this) {
29 DCHECK(!bound_);
30 bound_ = true;
59 if (!bound_) {
service_registry_impl.h 58 bool bound_; member in class:content::ServiceRegistryImpl
  /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_impl.js 79 this.bound_ = {
455 this.bound_.onStateChange);
478 this.bound_.onStateChange);
  /external/chromium_org/media/cast/logging/
receiver_time_offset_estimator_impl.cc 45 if (delta < bound_) {
46 bound_ = delta;
48 bound_ += (delta - bound_) / kClockDriftSpeed;
51 bound_ = delta;
receiver_time_offset_estimator_impl.h 66 base::TimeDelta bound() const { return bound_; }
85 base::TimeDelta bound_; member in class:media::cast::ReceiverTimeOffsetEstimatorImpl::BoundCalculator
  /external/chromium_org/ppapi/proxy/
udp_socket_resource_base.cc 37 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_ = true
    [all...]
udp_socket_resource_base.h 109 bool bound_; member in class:ppapi::proxy::UDPSocketResourceBase
  /external/chromium_org/v8/src/compiler/
raw-machine-assembler.cc 128 DCHECK(!label->bound_);
129 label->bound_ = true;
raw-machine-assembler.h 30 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/
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...]

Completed in 881 milliseconds