OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:connection_handler_
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/google_apis/gcm/engine/
fake_connection_factory.cc
24
connection_handler_
.reset(new FakeConnectionHandler(read_callback,
29
return
connection_handler_
.get();
35
connection_handler_
->Init(login_request, scoped_ptr<net::StreamSocket>());
39
return
connection_handler_
.get() &&
connection_handler_
->CanSendMessage();
fake_connection_factory.h
33
scoped_ptr<FakeConnectionHandler>
connection_handler_
;
member in class:gcm::FakeConnectionFactory
connection_factory_impl.cc
71
DCHECK(!
connection_handler_
);
78
connection_handler_
.reset(
88
return
connection_handler_
.get();
92
DCHECK(
connection_handler_
);
112
return
connection_handler_
&&
connection_handler_
->CanSendMessage();
173
connection_handler_
->Init(login_request, socket_handle_.PassSocket());
connection_factory_impl.h
89
scoped_ptr<ConnectionHandlerImpl>
connection_handler_
;
member in class:gcm::ConnectionFactoryImpl
mcs_client.h
175
ConnectionHandler*
connection_handler_
;
member in class:gcm::MCSClient
mcs_client.cc
97
connection_handler_
(NULL),
133
connection_handler_
= connection_factory_->GetConnectionHandler();
185
if (!
connection_handler_
->CanSendMessage()) {
323
if (!
connection_handler_
->CanSendMessage())
364
connection_handler_
->SendMessage(*packet_info->protobuf);
connection_handler_impl_unittest.cc
112
return
connection_handler_
.get();
138
scoped_ptr<ConnectionHandlerImpl>
connection_handler_
;
member in class:gcm::__anon11206::GCMConnectionHandlerImplTest
191
connection_handler_
.reset(new ConnectionHandlerImpl(
201
connection_handler_
->Init(*BuildLoginRequest(kAuthId, kAuthToken),
Completed in 30 milliseconds