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

/external/chromium_org/chrome/browser/sync_file_system/
H A Dfake_remote_change_processor.cc43 URLToFileChangesMap::iterator found = applied_changes_.find(url);
44 if (found != applied_changes_.end()) {
96 applied_changes_[url].push_back(change);
138 return applied_changes_;
143 EXPECT_EQ(expected_changes.size(), applied_changes_.size());
144 for (URLToFileChangesMap::const_iterator itr = applied_changes_.begin();
145 itr != applied_changes_.end(); ++itr) {
H A Dfake_remote_change_processor.h66 // Compare |applied_changes_| with |expected_changes|.
75 URLToFileChangesMap applied_changes_; member in class:sync_file_system::FakeRemoteChangeProcessor

Completed in 136 milliseconds