OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profiles_to_update
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service.h
209
std::vector<autofill::AutofillProfile*>
profiles_to_update
;
member in struct:AutofillProfileSyncableService::DataBundle
autofill_profile_syncable_service_unittest.cc
76
(arg.
profiles_to_update
.size() != n_bundle.
profiles_to_update
.size()) ||
83
for (size_t i = 0; i < arg.
profiles_to_update
.size(); ++i) {
84
if (*arg.
profiles_to_update
[i] != *n_bundle.
profiles_to_update
[i])
222
expected_bundle.
profiles_to_update
.push_back(&profile3);
autofill_profile_syncable_service.cc
311
for (size_t i = 0; i < bundle.
profiles_to_update
.size(); i++) {
312
if (!autofill_table->UpdateAutofillProfile(*bundle.
profiles_to_update
[i]))
457
bundle->
profiles_to_update
.push_back(existing_profile->second);
Completed in 42 milliseconds