OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:connection_factory_
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/google_apis/gcm/engine/
mcs_client.cc
166
connection_factory_
(connection_factory),
192
connection_factory_
->Initialize(
199
connection_handler_ =
connection_factory_
->GetConnectionHandler();
291
connection_factory_
->Connect();
352
} else if (!
connection_factory_
->IsEndpointReachable()) {
470
if (!
connection_factory_
->IsEndpointReachable())
643
connection_factory_
->SignalConnectionReset(
695
connection_factory_
->SignalConnectionReset(
869
connection_factory_
->SignalConnectionReset(
[
all
...]
mcs_client_unittest.cc
100
return &
connection_factory_
;
133
FakeConnectionFactory
connection_factory_
;
member in class:gcm::__anon12489::MCSClientTest
170
&
connection_factory_
,
213
connection_factory_
.GetConnectionHandler());
mcs_client.h
227
ConnectionFactory*
connection_factory_
;
member in class:gcm::MCSClient
/external/chromium_org/components/gcm_driver/
gcm_client_impl.cc
337
connection_factory_
= internals_builder_->BuildConnectionFactory(
343
connection_factory_
->SetConnectionListener(this);
347
connection_factory_
.get(),
506
connection_factory_
.reset();
715
if (
connection_factory_
.get())
716
stats.connection_state =
connection_factory_
->GetConnectionStateString();
gcm_client_impl.h
267
scoped_ptr<ConnectionFactory>
connection_factory_
;
member in class:gcm::GCMClientImpl
gcm_client_impl_unittest.cc
262
return gcm_client_->
connection_factory_
.get();
/external/chromium_org/google_apis/gcm/tools/
mcs_probe.cc
251
scoped_ptr<ConnectionFactoryImpl>
connection_factory_
;
member in class:gcm::__anon12494::MCSProbe
302
connection_factory_
.reset(
314
connection_factory_
.get(),
Completed in 492 milliseconds