Home
last modified time | relevance | path

Searched refs:connecting_ (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/google_apis/gcm/engine/
Dconnection_factory_impl.cc61 connecting_(false), in ConnectionFactoryImpl()
109 if (connecting_ || waiting_for_backoff_) in Connect()
121 if (connecting_ || logging_in_ || IsEndpointReachable()) { in ConnectWithBackoff()
155 if (connecting_) in GetConnectionStateString()
168 if (connecting_) { in SignalConnectionReset()
285 connecting_ = true; in ConnectImpl()
356 connecting_ = false; in OnConnectDone()
374 connecting_ = false; in OnConnectDone()
381 DCHECK(!connecting_); in ConnectionHandlerCallback()
Dconnection_factory_impl.h156 bool connecting_; variable
/external/chromium_org/content/renderer/pepper/
Dpepper_websocket_host.cc72 connecting_(false), in PepperWebSocketHost()
104 connecting_ = false; in didConnect()
168 if (connecting_) { in didClose()
169 connecting_ = false; in didClose()
272 connecting_ = true; in OnHostMsgConnect()
Dpepper_websocket_host.h79 bool connecting_; variable
/external/chromium_org/chrome/browser/resources/options/chromeos/
Dnetwork_list.js189 connecting_: false, property in NetworkListItem
233 this.connecting_ = state;
245 return this.connecting_;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dsession.h102 connecting_(false), in TransportProxy()
202 bool connecting_; variable
Dsession.cc91 } else if (connecting_) { in CreateChannel()
120 if (!connecting_) { in ConnectChannels()
127 connecting_ = true; in ConnectChannels()