OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddTestingProfile
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/autofill/core/browser/
test_personal_data_manager.h
23
void
AddTestingProfile
(AutofillProfile* profile);
test_personal_data_manager.cc
16
void TestPersonalDataManager::
AddTestingProfile
(AutofillProfile* profile) {
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_unittest.cc
528
controller()->GetTestingManager()->
AddTestingProfile
(&full_profile);
801
controller()->GetTestingManager()->
AddTestingProfile
(&empty_profile);
811
controller()->GetTestingManager()->
AddTestingProfile
(&full_profile);
820
controller()->GetTestingManager()->
AddTestingProfile
(&verified_profile);
832
controller()->GetTestingManager()->
AddTestingProfile
(&full_profile);
835
controller()->GetTestingManager()->
AddTestingProfile
(&full_profile2);
851
controller()->GetTestingManager()->
AddTestingProfile
(&full_profile);
852
controller()->GetTestingManager()->
AddTestingProfile
(&full_profile2);
864
controller()->GetTestingManager()->
AddTestingProfile
(&full_profile);
[
all
...]
autofill_dialog_controller_browsertest.cc
480
controller()->GetTestingManager()->
AddTestingProfile
(&full_profile);
582
controller()->GetTestingManager()->
AddTestingProfile
(&full_profile);
817
controller()->GetTestingManager()->
AddTestingProfile
(&profile);
[
all
...]
Completed in 455 milliseconds