Searched refs:sync_error (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/sync/internal_api/
H A Djs_sync_manager_observer_unittest.cc92 SyncProtocolError sync_error; local
93 sync_error.action = CLEAR_USER_DATA_AND_RESYNC;
94 sync_error.error_type = TRANSIENT_ERROR;
96 expected_details.Set("syncError", sync_error.ToValue());
102 js_sync_manager_observer_.OnActionableError(sync_error);
H A Djs_sync_manager_observer.cc52 const SyncProtocolError& sync_error) {
57 details.Set("syncError", sync_error.ToValue());
51 OnActionableError( const SyncProtocolError& sync_error) argument
H A Ddebug_info_event_listener.h52 const SyncProtocolError& sync_error) OVERRIDE;
H A Ddebug_info_event_listener.cc114 const SyncProtocolError& sync_error) {
113 OnActionableError( const SyncProtocolError& sync_error) argument
/external/chromium_org/sync/api/
H A Dsync_error.cc5 #include "sync/api/sync_error.h"
139 void PrintTo(const SyncError& sync_error, std::ostream* os) { argument
140 *os << sync_error.ToString();
H A Dsync_error.h107 SYNC_EXPORT void PrintTo(const SyncError& sync_error, std::ostream* os);
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_core.h105 const syncer::SyncProtocolError& sync_error) OVERRIDE;
H A Dsync_backend_host_impl.h248 const syncer::SyncProtocolError& sync_error);
H A Dsync_backend_host_core.cc333 const syncer::SyncProtocolError& sync_error) {
340 sync_error);
332 OnActionableError( const syncer::SyncProtocolError& sync_error) argument
H A Dsync_backend_host_impl.cc729 const syncer::SyncProtocolError& sync_error) {
733 frontend_->OnActionableError(sync_error);
728 HandleActionableErrorEventOnFrontendLoop( const syncer::SyncProtocolError& sync_error) argument
H A Dsync_backend_host_impl_unittest.cc106 void(const syncer::SyncProtocolError& sync_error));
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_sync_service.cc18 #include "sync/api/sync_error.h"
307 SyncError sync_error = local
309 DCHECK(!sync_error.IsSet());
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_impl.cc1193 bool sync_error = false; local
1197 sync_error = true;
1204 if (sync_error) {

Completed in 197 milliseconds