Searched refs:GetProfileWithGUID (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager_unittest.cc68 AutofillProfile* GetProfileWithGUID(const char* guid) { function in class:autofill::__anon6317::TestPersonalDataManager
101 AutofillProfile* profile = GetProfileWithGUID(guid.c_str());
451 AutofillProfile* GetProfileWithGUID(const char* guid) { function in class:autofill::__anon6317::TestAutofillManager
452 return personal_data_->GetProfileWithGUID(guid);
802 *(autofill_manager_->GetProfileWithGUID(
2064 AutofillProfile* profile = autofill_manager_->GetProfileWithGUID(
2156 AutofillProfile* work_profile = autofill_manager_->GetProfileWithGUID(
2818 EXPECT_FALSE(autofill_manager_->GetProfileWithGUID(guid.c_str()));
2853 EXPECT_TRUE(autofill_manager_->GetProfileWithGUID(guid.c_str()));

Completed in 44 milliseconds