OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ServerConnectionManager
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.cc
42
bool
ServerConnectionManager
::Post::ReadBufferResponse(
63
bool
ServerConnectionManager
::Post::ReadDownloadResponse(
92
string
ServerConnectionManager
::Post::MakeConnectionURL(
104
int
ServerConnectionManager
::Post::ReadResponse(string* out_buffer,
113
ServerConnectionManager
* conn_mgr, HttpResponse* response)
136
ServerConnectionManager
::
ServerConnectionManager
(
156
ServerConnectionManager
::~
ServerConnectionManager
() {
160
void
ServerConnectionManager
::NotifyStatusChanged()
[
all
...]
server_connection_manager.h
144
class
ServerConnectionManager
;
150
ScopedServerStatusWatcher(
ServerConnectionManager
* conn_mgr,
154
ServerConnectionManager
* const conn_mgr_;
163
// The
ServerConnectionManager
currently supports POSTing protocol buffers.
167
class
ServerConnectionManager
{
181
//
ServerConnectionManager
. Subclasses implement this using an HTTP stack of
185
explicit Post(
ServerConnectionManager
* scm) : scm_(scm), timing_info_(0) {
219
ServerConnectionManager
* scm_;
227
ServerConnectionManager
(const std::string& server,
232
virtual ~
ServerConnectionManager
();
[
all
...]
/external/chromium_org/sync/engine/net/
server_connection_manager.cc
74
ServerConnectionManager
::Connection::Connection(
75
ServerConnectionManager
* scm) : scm_(scm) {
78
ServerConnectionManager
::Connection::~Connection() {
81
bool
ServerConnectionManager
::Connection::ReadBufferResponse(
102
bool
ServerConnectionManager
::Connection::ReadDownloadResponse(
117
ServerConnectionManager
::ScopedConnectionHelper::ScopedConnectionHelper(
118
ServerConnectionManager
* manager, Connection* connection)
121
ServerConnectionManager
::ScopedConnectionHelper::~ScopedConnectionHelper() {
127
ServerConnectionManager
::Connection*
128
ServerConnectionManager
::ScopedConnectionHelper::get()
[
all
...]
server_connection_manager.h
109
class
ServerConnectionManager
;
116
ScopedServerStatusWatcher(
ServerConnectionManager
* conn_mgr,
120
ServerConnectionManager
* const conn_mgr_;
126
// The
ServerConnectionManager
currently supports POSTing protocol buffers.
128
class SYNC_EXPORT_PRIVATE
ServerConnectionManager
: public CancelationObserver {
139
//
ServerConnectionManager
. Subclasses implement this using an HTTP stack of
143
explicit Connection(
ServerConnectionManager
* scm);
174
ServerConnectionManager
* scm_;
181
ServerConnectionManager
(const std::string& server,
186
virtual ~
ServerConnectionManager
();
[
all
...]
Completed in 37 milliseconds