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

  /external/chromium_org/components/sync_driver/
generic_change_processor.h 56 // Build and store a list of all changes into |syncer_changes_|.
61 // Passes |syncer_changes_|, built in ApplyChangesFromSyncModel, onto
142 syncer::SyncChangeList syncer_changes_; member in class:browser_sync::GenericChangeProcessor
generic_change_processor.cc 118 DCHECK(syncer_changes_.empty());
130 syncer_changes_.push_back(
152 syncer_changes_.push_back(syncer::SyncChange(
162 if (syncer_changes_.empty())
165 syncer::ModelType type = syncer_changes_[0].sync_data().GetDataType();
175 syncer_changes_);
176 syncer_changes_.clear();

Completed in 158 milliseconds