Searched refs:expected_changes (Results 1 - 9 of 9) 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.cc141 const URLToFileChangesMap& expected_changes) {
142 EXPECT_EQ(expected_changes.size(), applied_changes_.size());
146 URLToFileChangesMap::const_iterator found = expected_changes.find(url);
147 if (found == expected_changes.end()) {
148 EXPECT_TRUE(found != expected_changes.end())
140 VerifyConsistency( const URLToFileChangesMap& expected_changes) argument
H A Dfake_remote_change_processor.h65 // Compare |applied_changes_| with |expected_changes|.
68 void VerifyConsistency(const URLToFileChangesMap& expected_changes);
/external/chromium/chrome/browser/sync/
H A Djs_sync_manager_observer_unittest.cc256 ListValue* expected_changes = new ListValue(); local
257 expected_args.Append(expected_changes);
260 expected_changes->Append(changes[j].ToValue(&trans));
/external/chromium/chrome/browser/webdata/
H A Dweb_data_service_unittest.cc155 const AutofillChange expected_changes[] = { local
167 Pointee(ElementsAreArray(expected_changes))))).
205 const AutofillChange expected_changes[] = { local
213 Pointee(ElementsAreArray(expected_changes))))).
237 const AutofillChange expected_changes[] = { local
246 Pointee(ElementsAreArray(expected_changes))))).
H A Dautofill_table_unittest.cc256 const AutofillChange expected_changes[] = { local
270 EXPECT_EQ(arraysize(expected_changes), changes.size());
271 for (size_t i = 0; i < arraysize(expected_changes); i++) {
272 EXPECT_EQ(expected_changes[i], changes[i]);
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dweb_data_service_unittest.cc214 const AutofillChange expected_changes[] = { local
222 AutofillEntriesChanged(ElementsAreArray(expected_changes)))
260 const AutofillChange expected_changes[] = { local
264 AutofillEntriesChanged(ElementsAreArray(expected_changes)))
289 const AutofillChange expected_changes[] = { local
294 AutofillEntriesChanged(ElementsAreArray(expected_changes)))
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_codec_unittest.cc122 bool expected_changes) {
141 // The two checksums should be equal if expected_changes is true; otherwise
143 if (expected_changes)
119 DecodeHelper(const Value& value, const std::string& expected_stored_checksum, std::string* computed_checksum, bool expected_changes) argument
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_codec_unittest.cc163 bool expected_changes) {
182 // The two checksums should be equal if expected_changes is true; otherwise
184 if (expected_changes)
160 DecodeHelper(const Value& value, const std::string& expected_stored_checksum, std::string* computed_checksum, bool expected_changes) argument

Completed in 1347 milliseconds