Searched defs:inclusion_filter (Results 1 - 2 of 2) sorted by relevance
/external/chromium/chrome/browser/sync/engine/ |
H A D | get_commit_ids_command.cc | 91 syncable::IndexedBitField inclusion_filter, 102 if (!prev.Get(inclusion_filter)) 114 syncable::IndexedBitField inclusion_filter, 117 AddItemThenPredecessors(trans, item, inclusion_filter, &item_dependencies); 88 AddItemThenPredecessors( syncable::BaseTransaction* trans, syncable::Entry* item, syncable::IndexedBitField inclusion_filter, OrderedCommitSet* result) argument 111 AddPredecessorsThenItem( syncable::BaseTransaction* trans, syncable::Entry* item, syncable::IndexedBitField inclusion_filter, const ModelSafeRoutingInfo& routes) argument
|
H A D | syncer_util.cc | 603 syncable::IndexedBitField inclusion_filter, 617 if (!prev.Get(inclusion_filter)) 631 syncable::IndexedBitField inclusion_filter, 635 if (!AddItemThenPredecessors(trans, item, inclusion_filter, inserted_items, 600 AddItemThenPredecessors( syncable::BaseTransaction* trans, syncable::Entry* item, syncable::IndexedBitField inclusion_filter, syncable::MetahandleSet* inserted_items, std::vector<syncable::Id>* commit_ids) argument 628 AddPredecessorsThenItem( syncable::BaseTransaction* trans, syncable::Entry* item, syncable::IndexedBitField inclusion_filter, syncable::MetahandleSet* inserted_items, std::vector<syncable::Id>* commit_ids) argument
|
Completed in 61 milliseconds