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

  /external/chromium/chrome/browser/sync/engine/
get_commit_ids_command.cc 65 if (!AddItemThenPredecessors(trans, &parent, IS_UNSYNCED,
88 bool GetCommitIdsCommand::AddItemThenPredecessors(
117 AddItemThenPredecessors(trans, item, inclusion_filter, &item_dependencies);
get_commit_ids_command.h 119 bool AddItemThenPredecessors(syncable::BaseTransaction* trans,
syncer_util.h 113 static bool AddItemThenPredecessors(
120 // Exactly like AddItemThenPredecessors, except items are appended in the
syncer_util.cc 600 bool SyncerUtil::AddItemThenPredecessors(
635 if (!AddItemThenPredecessors(trans, item, inclusion_filter, inserted_items,
    [all...]
  /external/chromium_org/sync/engine/
get_commit_ids.cc 218 void AddItemThenPredecessors(
281 AddItemThenPredecessors(ready_unsynced_set,
308 void Traversal::AddItemThenPredecessors(
348 AddItemThenPredecessors(ready_unsynced_set, item, &dependencies);

Completed in 57 milliseconds