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

  /external/chromium_org/chrome/browser/sync/glue/
generic_change_processor.h 51 // Build and store a list of all changes into |syncer_changes_|.
56 // Passes |syncer_changes_|, built in ApplyChangesFromSyncModel, onto
105 syncer::SyncChangeList syncer_changes_; member in class:browser_sync::GenericChangeProcessor
generic_change_processor.cc 84 DCHECK(syncer_changes_.empty());
88 syncer_changes_.push_back(
107 syncer_changes_.push_back(
118 if (syncer_changes_.empty())
121 syncer::ModelType type = syncer_changes_[0].sync_data().GetDataType();
131 syncer_changes_);
132 syncer_changes_.clear();

Completed in 2245 milliseconds