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

  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_profile_syncable_service.h 211 std::vector<AutofillProfile*> profiles_to_update; member in struct:autofill::AutofillProfileSyncableService::DataBundle
autofill_profile_syncable_service_unittest.cc 77 (arg.profiles_to_update.size() != n_bundle.profiles_to_update.size()) ||
84 for (size_t i = 0; i < arg.profiles_to_update.size(); ++i) {
85 if (*arg.profiles_to_update[i] != *n_bundle.profiles_to_update[i])
318 expected_bundle.profiles_to_update.push_back(&profile3);
    [all...]
autofill_profile_syncable_service.cc 306 for (size_t i = 0; i < bundle.profiles_to_update.size(); i++) {
307 if (!autofill_table->UpdateAutofillProfile(*bundle.profiles_to_update[i]))
500 bundle->profiles_to_update.push_back(existing_profile->second);

Completed in 61 milliseconds