HomeSort by relevance Sort by last modified time
    Searched refs:unrecoverable_error_message (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/sync/
about_sync_util.cc 436 std::string unrecoverable_error_message = local
438 ": " + service->unrecoverable_error_message();
439 about_info->SetString("unrecoverable_error_message",
440 unrecoverable_error_message);
profile_sync_service.h 380 const std::string& unrecoverable_error_message() { function in class:ProfileSyncService
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service.h 272 const std::string& unrecoverable_error_message() { function in class:ProfileSyncService
sync_ui_util.cc 400 strings->SetString("unrecoverable_error_message",
401 service->unrecoverable_error_message());

Completed in 104 milliseconds