OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profiles_to_delete
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/sync/glue/
autofill_profile_model_associator.h
112
std::vector<std::string>*
profiles_to_delete
);
130
std::vector<std::string>*
profiles_to_delete
);
191
std::vector<std::string>
profiles_to_delete
;
member in struct:browser_sync::AutofillProfileModelAssociator::DataBundle
autofill_profile_model_associator.cc
55
std::vector<std::string>*
profiles_to_delete
) {
110
profiles_to_delete
);
173
&bundle.
profiles_to_delete
) ||
296
std::vector<std::string>*
profiles_to_delete
) {
305
profiles_to_delete
->push_back(profile.guid());
442
for (size_t i = 0; i< bundle.
profiles_to_delete
.size(); ++i) {
446
bundle.
profiles_to_delete
[i]))
autofill_profile_model_associator_unittest.cc
41
std::vector<std::string>*
profiles_to_delete
) {
48
profiles_to_delete
);
/external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service_unittest.cc
75
if ((arg.
profiles_to_delete
.size() != n_bundle.
profiles_to_delete
.size()) ||
79
for (size_t i = 0; i < arg.
profiles_to_delete
.size(); ++i) {
80
if (arg.
profiles_to_delete
[i] != n_bundle.
profiles_to_delete
[i])
275
expected_bundle.
profiles_to_delete
.push_back(guid_present1);
276
expected_bundle.
profiles_to_delete
.push_back(guid_present2);
341
expected_bundle.
profiles_to_delete
.push_back(guid_present1);
464
expected_bundle.
profiles_to_delete
.push_back(guid_present);
autofill_profile_syncable_service.h
208
std::vector<std::string>
profiles_to_delete
;
member in struct:AutofillProfileSyncableService::DataBundle
autofill_profile_syncable_service.cc
152
bundle.
profiles_to_delete
.push_back(profile_to_merge->second->guid());
251
bundle.
profiles_to_delete
.push_back(guid);
301
for (size_t i = 0; i< bundle.
profiles_to_delete
.size(); ++i) {
302
if (!autofill_table->RemoveAutofillProfile(bundle.
profiles_to_delete
[i]))
481
bundle->
profiles_to_delete
.push_back(local_profile->guid());
/external/chromium_org/chrome/browser/
chrome_browser_main.cc
1059
std::vector<base::FilePath>
profiles_to_delete
;
local
[
all
...]
/external/chromium_org/chrome/browser/profiles/
profile_manager.cc
91
CR_DEFINE_STATIC_LOCAL(std::vector<base::FilePath>,
profiles_to_delete
, ());
92
return
profiles_to_delete
;
[
all
...]
Completed in 4748 milliseconds