HomeSort by relevance Sort by last modified time
    Searched defs:SyncError (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sync/api/
sync_error.cc 15 SyncError::SyncError() {
19 SyncError::SyncError(const tracked_objects::Location& location,
28 SyncError::SyncError(const SyncError& other) {
32 SyncError::~SyncError() {
35 SyncError& SyncError::operator=(const SyncError& other)
    [all...]
sync_error.h 24 class SYNC_EXPORT SyncError {
56 SyncError();
61 SyncError(const tracked_objects::Location& location,
67 SyncError(const SyncError& other);
68 SyncError& operator=(const SyncError& other);
70 ~SyncError();
100 // Make a copy of a SyncError. If other.IsSet() == false, this->IsSet() will
102 void Copy(const SyncError& other)
    [all...]

Completed in 153 milliseconds