Searched defs:bound_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/common/mojo/
H A Dservice_registry_impl.h58 bool bound_; member in class:content::ServiceRegistryImpl
/external/chromium_org/cc/test/
H A Dtest_context_provider.h68 bool bound_; member in class:cc::TestContextProvider
/external/chromium_org/media/cast/logging/
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.h109 bool bound_; member in class:ppapi::proxy::UDPSocketResourceBase
/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/v8/src/compiler/
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 206 milliseconds