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

1 2 3

  /external/chromium_org/sync/internal_api/
sync_rollback_manager.cc 72 syncable::Directory::Metahandles unsynced; local
74 &unsynced);
75 for (size_t i = 0; i < unsynced.size(); ++i) {
77 syncable::GET_BY_HANDLE, unsynced[i]);
88 to_delete[type].push_back(unsynced[i]);
sync_backup_manager.h 60 // Replaces local IDs with server IDs and clear unsynced bit of modified
70 // Handles of unsynced entries caused by local model changes.
sync_backup_manager_unittest.cc 116 // New entry is local and unsynced at first.
128 // New entry has server ID and unsynced bit is cleared after saving.
sync_rollback_manager_base.cc 163 syncable::Directory::Metahandles unsynced; local
164 share_.directory->GetUnsyncedMetaHandles(trans.GetWrappedTrans(), &unsynced);
165 return !unsynced.empty();
  /external/chromium_org/sync/syncable/
nigori_util.h 33 // Returns: true if all unsynced data that should be encrypted is.
34 // false if some unsynced changes need to be encrypted.
41 // Processes all unsynced changes and ensures they are appropriately encrypted
syncable_util.cc 20 // Returns the number of unsynced entries.
25 << " unsynced items.";
syncable_delete_journal.cc 51 // overwritten because of entry has unsynced data locally.
  /external/chromium_org/sync/engine/
commit_contributor.h 30 // Gathers up to |max_entries| unsynced items from this contributor into a
process_updates_util.h 41 // |version_watermark| unless they are type root or unsynced/unapplied.
syncer.h 78 // This function will commit batches of unsynced items to the server until the
79 // number of unsynced and ready to commit items reaches zero or an error is
conflict_util.cc 40 // If we didn't also unset IS_UNAPPLIED_UPDATE, then we would lose unsynced
get_commit_ids.cc 60 // Gather the full set of unsynced items and store it in the session. They
74 // We filter out all unready entries from the set of unsynced handles. This
75 // new set of ready and unsynced items is then what we use to determine what
159 NOTREACHED() << "Found deleted and unsynced local item: " << entry;
167 // If the root becomes unsynced it can cause us problems.
168 NOTREACHED() << "Root item became unsynced " << entry;
173 NOTREACHED() << "Permanent item became unsynced " << entry;
317 // Adds the given item to the list if it is unsynced and ready for commit.
328 // Adds the given item, and all its unsynced predecessors. The traversal will
352 // We're interested in "runs" of unsynced items. This item break
    [all...]
apply_control_data_updates_unittest.cc 102 // Create some local unsynced and unencrypted data. Apply a nigori update that
103 // turns on encryption for the unsynced data. Ensure we properly encrypt the
105 // changes. Ensure we ignore already-encrypted unsynced data and that nothing
127 // Create unsynced bookmarks without encryption.
161 // Ensure we have unsynced nodes that aren't properly encrypted.
177 // If ProcessUnsyncedChangesForEncryption worked, all our unsynced changes
215 // Create some local unsynced and unencrypted changes. Receive a new nigori
217 // we apply the update properly without encrypting the unsynced changes or
239 // Create unsynced bookmarks without encryption.
276 // Ensure we have unsynced nodes that aren't properly encrypted
    [all...]
all_status.h 72 // Examines syncer to calculate syncing and the unsynced count,
apply_control_data_updates.cc 106 // Make sure any unsynced changes are properly encrypted as necessary.
121 DVLOG(1) << "Received new nigori, encrypting unsynced changes.";
syncer_util.cc 207 // This prevents any unsynced changes from commiting and postpones conflict
260 << " ; it's unsynced.";
472 // If the root becomes unsynced it can cause us problems.
473 LOG(ERROR) << "Root item became unsynced " << *entry;
477 LOG(ERROR) << "Permanent item became unsynced " << *entry;
492 // 1. Scan deleted unsynced entries looking up their pre-delete tree for any
  /external/libogg/doc/libogg/
ogg_sync_state.html 35 int unsynced;
54 <dt><i>unsynced</i></dt>
  /external/chromium_org/chrome/browser/resources/sync_internals/
search.html 9 href="#">Unsynced</a>
  /external/chromium_org/sync/protocol/
password_specifics.proto 44 // An unsynced field for use internally on the client. This field should
  /packages/apps/Exchange/src/com/android/exchange/
ExchangeBroadcastReceiver.java 26 LogUtils.i(Eas.LOG_TAG, "Accounts changed - requesting FolderSync for unsynced accounts");
  /external/chromium_org/sync/internal_api/public/test/
test_entry_factory.h 42 // Create an unsynced unique_client_tag item in the database. If item_id is a
54 // Creates a bookmark that is both unsynced an an unapplied update. Returns
  /external/chromium_org/chrome/browser/sync/test/integration/
quiesce_status_change_checker.h 19 // Waits until all provided clients have finished committing any unsynced items
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_browsertest.js 61 // Verify that initial state is unsynced, click the sign in button, verify
  /frameworks/base/core/java/android/provider/
SyncConstValue.java 69 * Used to indicate that local, unsynced, changes are present.
  /external/chromium_org/third_party/sqlite/src/doc/
pager-invariants.txt 52 of the unsynced changes to a rollback journal are removed and the

Completed in 380 milliseconds

1 2 3