Searched refs:dirty_associations_sync_ids_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dbookmark_model_associator.cc181 dirty_associations_sync_ids_.clear();
218 dirty_associations_sync_ids_.insert(sync_id);
229 dirty_associations_sync_ids_.erase(sync_id);
441 if (dirty_associations_sync_ids_.empty()) {
449 for (iter = dirty_associations_sync_ids_.begin();
450 iter != dirty_associations_sync_ids_.end();
465 dirty_associations_sync_ids_.clear();
H A Dbookmark_model_associator.h134 DirtyAssociationsSyncIds dirty_associations_sync_ids_; member in class:browser_sync::BookmarkModelAssociator

Completed in 60 milliseconds