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

1 2

  /external/chromium/chrome/browser/sync/syncable/
nigori_util.h 39 // Returns: true if all unsynced data that should be encrypted is.
40 // false if some unsynced changes need to be encrypted.
47 // Processes all unsynced changes and ensures they are appropriately encrypted
nigori_util.cc 78 // Get list of all datatypes with unsynced changes. It's possible that our
syncable.cc     [all...]
  /external/libogg/doc/libogg/
ogg_sync_state.html 35 int unsynced;
54 <dt><i>unsynced</i></dt>
  /external/chromium/chrome/browser/sync/engine/
all_status.h 50 // Examines syncer to calculate syncing and the unsynced count,
syncer_util.cc 66 // Returns the number of unsynced entries.
72 << " unsynced items.";
257 << " ; it's unsynced.";
291 // encrypt any unsynced changes here because there is no Nigori
305 // Make sure any unsynced changes are properly encrypted as necessary.
314 // unsynced change and not the nigori node. We ensure foward progress
318 // we will properly encrypt all appropriate unsynced data.
320 << " to encrypt all necessary unsynced changes.";
584 // If the root becomes unsynced it can cause us problems.
585 LOG(ERROR) << "Root item became unsynced " << *entry
    [all...]
apply_updates_command_unittest.cc 93 // Create an unsynced item in the database. If item_id is a local ID, it
383 // Create unsynced bookmarks without encryption.
417 // Ensure we have unsynced nodes that aren't properly encrypted.
445 // If ProcessUnsyncedChangesForEncryption worked, all our unsynced changes
477 // Create unsynced bookmarks without encryption.
513 // Ensure we have unsynced nodes that aren't properly encrypted.
530 << "The unsynced chnages trigger a conflict with the nigori update.";
536 // Ensure the unsynced nodes are still not encrypted.
model_safe_worker.h 78 // session. This means if a model becomes synced (or unsynced) by the user
process_commit_response_command_unittest.cc 81 // Create an unsynced item in the database. If item_id is a local ID, it
118 // Create a new unsynced item in the database, and synthesize a commit
276 // second 25 children as unsynced items. http://crbug.com/33081 describes
303 // The second 25 children will be unsynced items but NOT part of the commit
get_commit_ids_command.cc 29 // Gather the full set of unsynced items and store it in the session. They
170 // If the parent is deleted and unsynced, then any children of that
process_updates_command.cc 134 // IS_UNAPPLIED_UPDATE to true. If the item is UNSYNCED, it's committable
syncer_util.h 35 // Returns the number of unsynced entries.
build_and_process_conflict_sets_command.cc 98 "entry that's unsynced." << *entry;
259 // moved unsynced entries in the list of crawled entries have their sets
conflict_resolver.cc 69 // If an update fails, locally we have to be in a set or unsynced. We're not
70 // in a set here, so we must be unsynced.
  /external/chromium/chrome/browser/sync/sessions/
test_util.cc 27 // Note that a non-zero number of unsynced handles once a session has
sync_session_unittest.cc 135 // unsynced handles still exceeds the number of commit ids we added, there is
  /frameworks/base/core/java/android/provider/
SyncConstValue.java 69 * Used to indicate that local, unsynced, changes are present.
  /external/libogg/include/ogg/
ogg.h 111 int unsynced; member in struct:__anon9543
  /external/tremolo/Tremolo/
ogg.h 113 int unsynced; member in struct:ogg_sync_state
framing.c 759 oy->unsynced=0;
828 if(!oy->unsynced){
829 oy->unsynced=1;
846 oy->unsynced=0;
  /external/chromium/chrome/browser/sync/
profile_sync_service_harness.h 187 // Returns true if the sync client has no unsynced items.
sync_ui_util.cc 370 "Unsynced Count",
  /packages/apps/Contacts/src/com/android/contacts/list/
CustomContactListFilterActivity.java 541 * unsynced, as determined through {@link AccountDisplay#mUnsyncedGroups}.
715 // Open context menu for bringing back unsynced
810 // Create item for each available, unsynced group
    [all...]
  /external/chromium/chrome/browser/sync/glue/
extension_sync.cc 65 // synced and updates |extension_data_map|. Puts all unsynced
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterGraph.java 328 throw new RuntimeException("TODO: Unsynced branches not implemented yet!");

Completed in 483 milliseconds

1 2