Searched refs:expected_changes (Results 1 - 4 of 4) sorted by relevance

/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/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

Completed in 69 milliseconds