OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PostAndProcessHeaders
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/sync/engine/
syncer_proto_util.h
113
static bool
PostAndProcessHeaders
(browser_sync::ServerConnectionManager* scm,
120
FRIEND_TEST_ALL_PREFIXES(SyncerProtoUtilTest,
PostAndProcessHeaders
);
syncer_proto_util_unittest.cc
220
TEST_F(SyncerProtoUtilTest,
PostAndProcessHeaders
) {
228
EXPECT_FALSE(SyncerProtoUtil::
PostAndProcessHeaders
(&dcm, NULL,
232
EXPECT_TRUE(SyncerProtoUtil::
PostAndProcessHeaders
(&dcm, NULL,
236
EXPECT_FALSE(SyncerProtoUtil::
PostAndProcessHeaders
(&dcm, NULL,
syncer_proto_util.cc
141
bool SyncerProtoUtil::
PostAndProcessHeaders
(ServerConnectionManager* scm,
217
if (!
PostAndProcessHeaders
(session->context()->connection_manager(), session,
248
// WARNING:
PostAndProcessHeaders
contains a hack for this case.
/external/chromium_org/sync/engine/
syncer_proto_util.h
128
static bool
PostAndProcessHeaders
(ServerConnectionManager* scm,
138
FRIEND_TEST_ALL_PREFIXES(SyncerProtoUtilTest,
PostAndProcessHeaders
);
syncer_proto_util_unittest.cc
292
TEST_F(SyncerProtoUtilTest,
PostAndProcessHeaders
) {
302
EXPECT_FALSE(SyncerProtoUtil::
PostAndProcessHeaders
(&dcm, NULL,
306
EXPECT_TRUE(SyncerProtoUtil::
PostAndProcessHeaders
(&dcm, NULL,
310
EXPECT_FALSE(SyncerProtoUtil::
PostAndProcessHeaders
(&dcm, NULL,
syncer_proto_util.cc
262
bool SyncerProtoUtil::
PostAndProcessHeaders
(ServerConnectionManager* scm,
362
if (!
PostAndProcessHeaders
(session->context()->connection_manager(), session,
Completed in 40 milliseconds