OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTestingManager
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_unittest.cc
225
TestPersonalDataManager*
GetTestingManager
() {
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
161
TestPersonalDataManager*
GetTestingManager
() {
480
controller()->
GetTestingManager
()->AddTestingProfile(&full_profile);
577
controller()->
GetTestingManager
()->AddTestingCreditCard(&card1);
580
controller()->
GetTestingManager
()->AddTestingCreditCard(&card2);
582
controller()->
GetTestingManager
()->AddTestingProfile(&full_profile);
701
controller()->
GetTestingManager
()->AddTestingCreditCard(&verified_card);
712
controller()->
GetTestingManager
()->AddTestingCreditCard(&expired_card);
795
controller()->
GetTestingManager
()->AddTestingCreditCard(&credit_card);
814
controller()->
GetTestingManager
()->AddTestingCreditCard(&credit_card);
817
controller()->
GetTestingManager
()->AddTestingProfile(&profile)
[
all
...]
Completed in 62 milliseconds