HomeSort by relevance Sort by last modified time
    Searched full:sync_error (Results 1 - 25 of 226) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/sync/internal_api/
js_sync_manager_observer_unittest.cc 92 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);
js_sync_manager_observer.cc 52 const SyncProtocolError& sync_error) {
57 details.Set("syncError", sync_error.ToValue());
  /packages/apps/Settings/src/com/android/settings/
AccountPreference.java 37 public static final int SYNC_ERROR = 2; // one or more sync adapters have a problem
100 case SYNC_ERROR:
101 res = R.string.sync_error;
107 res = R.string.sync_error;
122 case SYNC_ERROR:
141 case SYNC_ERROR:
  /external/chromium_org/components/sync_driver/
data_type_controller_mock.h 9 #include "sync/api/sync_error.h"
data_type_manager_mock.h 9 #include "sync/api/sync_error.h"
model_associator_mock.h 10 #include "sync/api/sync_error.h"
data_type_error_handler.h 11 #include "sync/api/sync_error.h"
non_ui_data_type_controller_mock.h 9 #include "sync/api/sync_error.h"
fake_generic_change_processor.h 12 #include "sync/api/sync_error.h"
  /external/chromium_org/sync/api/
sync_error_factory.h 11 #include "sync/api/sync_error.h"
sync_error.cc 5 #include "sync/api/sync_error.h"
139 void PrintTo(const SyncError& sync_error, std::ostream* os) {
140 *os << sync_error.ToString();
sync_change_processor.h 11 #include "sync/api/sync_error.h"
sync_merge_result.h 8 #include "sync/api/sync_error.h"
syncable_service.h 16 #include "sync/api/sync_error.h"
  /external/chromium_org/sync/
sync_api.gypi 43 'api/sync_error.cc',
44 'api/sync_error.h',
  /external/chromium_org/chrome/browser/sync/glue/
frontend_data_type_controller_mock.h 9 #include "sync/api/sync_error.h"
non_frontend_data_type_controller_mock.h 9 #include "sync/api/sync_error.h"
autofill_data_type_controller.cc 17 #include "sync/api/sync_error.h"
  /external/chromium_org/chrome/browser/sync/
sync_ui_util.cc 158 return SYNC_ERROR;
180 return SYNC_ERROR;
191 return SYNC_ERROR;
255 result_type = SYNC_ERROR;
258 result_type = SYNC_ERROR;
313 return SYNC_ERROR;
sync_ui_util.h 20 SYNC_ERROR, // A sync error (such as invalid credentials) has occurred.
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_sync_processor.h 12 #include "sync/api/sync_error.h"
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_page_sync_handler.h 47 SYNC_ERROR,
new_tab_page_sync_handler.cc 50 case sync_ui_util::SYNC_ERROR:
51 return SYNC_ERROR;
176 if (type == SYNC_ERROR)
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SyncErrorDialogFragment.java 46 .setTitle(R.string.sync_error)
  /external/chromium_org/chrome/browser/themes/
theme_syncable_service.h 13 #include "sync/api/sync_error.h"

Completed in 521 milliseconds

1 2 3 4 5 6 7 8 910