OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetProfiles
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/autofill/
personal_data_manager.cc
349
void PersonalDataManager::
SetProfiles
(std::vector<AutofillProfile>* profiles) {
466
// TODO(jhawkins): Refactor
SetProfiles
so this isn't so hacky.
479
SetProfiles
(&profiles);
507
// TODO(jhawkins): Refactor
SetProfiles
so this isn't so hacky.
519
SetProfiles
(&profiles);
/external/chromium_org/chrome/browser/autofill/
autofill_browsertest.cc
139
void
SetProfiles
(std::vector<AutofillProfile>* profiles) {
141
personal_data_manager()->
SetProfiles
(profiles);
148
SetProfiles
(&profiles);
372
SetProfiles
(&profiles);
autofill_interactive_uitest.cc
253
void
SetProfiles
(std::vector<AutofillProfile>* profiles) {
255
GetPersonalDataManager()->
SetProfiles
(profiles);
262
SetProfiles
(&profiles);
[
all
...]
/external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.cc
239
void
SetProfiles
(int profile, std::vector<AutofillProfile>* autofill_profiles) {
245
pdm->
SetProfiles
(autofill_profiles);
267
autofill_helper::
SetProfiles
(profile, &autofill_profiles);
277
autofill_helper::
SetProfiles
(profile, &autofill_profiles);
291
autofill_helper::
SetProfiles
(profile, &profiles);
/external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc
764
void PersonalDataManager::
SetProfiles
(std::vector<AutofillProfile>* profiles) {
953
SetProfiles
(&profiles);
[
all
...]
Completed in 709 milliseconds