Searched defs:expected_changes (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/sync/internal_api/
H A Djs_mutation_event_observer_unittest.cc76 base::ListValue* expected_changes = new base::ListValue(); local
77 expected_details.Set("changes", expected_changes);
79 expected_changes->Append(changes[j].ToValue());
/external/chromium_org/chrome/browser/sync_file_system/
H A Dfake_remote_change_processor.cc142 const URLToFileChangesMap& expected_changes) {
143 EXPECT_EQ(expected_changes.size(), applied_changes_.size());
147 URLToFileChangesMap::const_iterator found = expected_changes.find(url);
148 if (found == expected_changes.end()) {
149 EXPECT_TRUE(found != expected_changes.end())
141 VerifyConsistency( const URLToFileChangesMap& expected_changes) argument
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dconflict_resolver_unittest.cc267 const URLToFileChangesMap& expected_changes) {
268 remote_change_processor_->VerifyConsistency(expected_changes);
411 URLToFileChangesMap expected_changes; local
412 expected_changes[kURL].push_back(
415 expected_changes[kURL].push_back(
418 VerifyLocalChangeConsistency(expected_changes);
459 URLToFileChangesMap expected_changes; local
460 expected_changes[kURL].push_back(
463 expected_changes[kURL].push_back(
466 expected_changes[UR
266 VerifyLocalChangeConsistency( const URLToFileChangesMap& expected_changes) argument
[all...]
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dweb_data_service_unittest.cc204 const AutofillChange expected_changes[] = { local
212 AutofillEntriesChanged(ElementsAreArray(expected_changes)))
250 const AutofillChange expected_changes[] = { local
254 AutofillEntriesChanged(ElementsAreArray(expected_changes)))
279 const AutofillChange expected_changes[] = { local
284 AutofillEntriesChanged(ElementsAreArray(expected_changes)))
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_codec_unittest.cc182 bool expected_changes) {
201 // The two checksums should be equal if expected_changes is true; otherwise
203 if (expected_changes)
179 DecodeHelper(const base::Value& value, const std::string& expected_stored_checksum, std::string* computed_checksum, bool expected_changes) argument
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_gnome_x_unittest.cc698 PasswordStoreChangeList expected_changes; local
699 expected_changes.push_back(
716 &CheckPasswordChangesWithResult, &expected_changes, &changes));
724 expected_changes.clear();
725 expected_changes.push_back(
736 &CheckPasswordChangesWithResult, &expected_changes, &changes));
H A Dnative_backend_kwallet_x_unittest.cc377 PasswordStoreChangeList expected_changes; local
378 expected_changes.push_back(
392 &expected_changes,
403 expected_changes.clear();
404 expected_changes.push_back(
412 &expected_changes,

Completed in 1426 milliseconds