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

  /external/chromium_org/sync/syncable/
syncable_write_transaction.cc 41 EntryKernelMutationMap::iterator it = mutations_.lower_bound(handle);
42 if (it == mutations_.end() || it->first != handle) {
43 mutations_[handle].original = *entry;
49 for (syncable::EntryKernelMutationMap::iterator it = mutations_.begin();
50 it != mutations_.end();) {
61 // Not actually mutated, so erase from |mutations_|.
62 mutations_.erase(it++);
65 return ImmutableEntryKernelMutationMap(&mutations_);
syncable_write_transaction.h 42 // Clears |mutations_|.
56 EntryKernelMutationMap mutations_; member in class:syncer::syncable::WriteTransaction

Completed in 524 milliseconds