OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYNC_AUTH_ERROR
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/sync/internal_api/public/util/
syncer_error.h
20
SYNC_AUTH_ERROR
, // HTTP auth error.
syncer_error.cc
19
ENUM_CASE(
SYNC_AUTH_ERROR
);
/external/chromium_org/sync/sessions/
status_controller_unittest.cc
26
status.set_commit_result(
SYNC_AUTH_ERROR
);
27
EXPECT_EQ(
SYNC_AUTH_ERROR
, status.model_neutral_state().commit_result);
/external/chromium_org/sync/engine/net/
server_connection_manager.cc
47
ENUM_CASE(
SYNC_AUTH_ERROR
);
241
// otherwise backend will stay in
SYNC_AUTH_ERROR
state while frontend thinks
243
SetServerStatus(HttpResponse::
SYNC_AUTH_ERROR
);
249
SetServerStatus(HttpResponse::
SYNC_AUTH_ERROR
);
263
//
SYNC_AUTH_ERROR
is permanent error. Need to notify observer to take
265
if (server_status != HttpResponse::
SYNC_AUTH_ERROR
&&
299
params->response.server_status = HttpResponse::
SYNC_AUTH_ERROR
;
301
LOG(WARNING) << "ServerConnectionManager forcing
SYNC_AUTH_ERROR
";
318
if (params->response.server_status == HttpResponse::
SYNC_AUTH_ERROR
) {
server_connection_manager.h
56
//
SYNC_AUTH_ERROR
is returned when the HTTP status code indicates that an
62
SYNC_AUTH_ERROR
,
/external/chromium/chrome/browser/sync/engine/net/
syncapi_server_connection_manager.cc
66
response->server_status = HttpResponse::
SYNC_AUTH_ERROR
;
server_connection_manager.h
62
//
SYNC_AUTH_ERROR
is returned when the HTTP status code indicates that an
68
SYNC_AUTH_ERROR
,
/external/chromium_org/sync/internal_api/
syncapi_server_connection_manager.cc
69
response->server_status = HttpResponse::
SYNC_AUTH_ERROR
;
sync_manager_impl.cc
713
if (event.connection_code == HttpResponse::
SYNC_AUTH_ERROR
) {
[
all
...]
/external/chromium_org/sync/engine/
syncer_proto_util.cc
96
case HttpResponse::
SYNC_AUTH_ERROR
:
97
return
SYNC_AUTH_ERROR
;
286
params.response.server_status = HttpResponse::
SYNC_AUTH_ERROR
;
sync_scheduler_impl.cc
186
if (HttpResponse::
SYNC_AUTH_ERROR
==
694
if (HttpResponse::
SYNC_AUTH_ERROR
==
sync_scheduler_unittest.cc
[
all
...]
/external/chromium/chrome/browser/sync/engine/
syncer_proto_util.cc
174
http_response.server_status = HttpResponse::
SYNC_AUTH_ERROR
;
syncer_thread.cc
98
HttpResponse::
SYNC_AUTH_ERROR
== code) {
[
all
...]
syncapi.cc
[
all
...]
/external/chromium_org/sync/test/engine/
mock_connection_manager.cc
102
params->response.server_status = HttpResponse::
SYNC_AUTH_ERROR
;
108
params->response.server_status = HttpResponse::
SYNC_AUTH_ERROR
;
Completed in 1193 milliseconds