Lines Matching refs:PersonalDataManager
105 PersonalDataManager::~PersonalDataManager() { in ~PersonalDataManager()
110 void PersonalDataManager::OnWebDataServiceRequestDone( in OnWebDataServiceRequestDone()
152 void PersonalDataManager::SetObserver(PersonalDataManager::Observer* observer) { in SetObserver()
159 void PersonalDataManager::RemoveObserver( in RemoveObserver()
160 PersonalDataManager::Observer* observer) { in RemoveObserver()
168 void PersonalDataManager::OnStateChanged() { in OnStateChanged()
193 bool PersonalDataManager::ImportFormData( in ImportFormData()
349 void PersonalDataManager::SetProfiles(std::vector<AutofillProfile>* profiles) { in SetProfiles()
411 void PersonalDataManager::SetCreditCards( in SetCreditCards()
467 void PersonalDataManager::AddProfile(const AutofillProfile& profile) { in AddProfile()
482 void PersonalDataManager::UpdateProfile(const AutofillProfile& profile) { in UpdateProfile()
506 void PersonalDataManager::RemoveProfile(const std::string& guid) { in RemoveProfile()
522 AutofillProfile* PersonalDataManager::GetProfileByGUID( in GetProfileByGUID()
533 void PersonalDataManager::AddCreditCard(const CreditCard& credit_card) { in AddCreditCard()
543 void PersonalDataManager::UpdateCreditCard(const CreditCard& credit_card) { in UpdateCreditCard()
564 void PersonalDataManager::RemoveCreditCard(const std::string& guid) { in RemoveCreditCard()
580 CreditCard* PersonalDataManager::GetCreditCardByGUID(const std::string& guid) { in GetCreditCardByGUID()
589 void PersonalDataManager::GetPossibleFieldTypes(const string16& text, in GetPossibleFieldTypes()
624 bool PersonalDataManager::HasPassword() { in HasPassword()
628 bool PersonalDataManager::IsDataLoaded() const { in IsDataLoaded()
632 const std::vector<AutofillProfile*>& PersonalDataManager::profiles() { in profiles()
658 const std::vector<AutofillProfile*>& PersonalDataManager::web_profiles() { in web_profiles()
662 const std::vector<CreditCard*>& PersonalDataManager::credit_cards() { in credit_cards()
666 void PersonalDataManager::Refresh() { in Refresh()
671 PersonalDataManager::PersonalDataManager() in PersonalDataManager() function in PersonalDataManager
680 void PersonalDataManager::Init(Profile* profile) { in Init()
688 bool PersonalDataManager::IsAutofillEnabled() const { in IsAutofillEnabled()
697 bool PersonalDataManager::IsValidLearnableProfile( in IsValidLearnableProfile()
722 bool PersonalDataManager::MergeProfile( in MergeProfile()
779 void PersonalDataManager::LoadProfiles() { in LoadProfiles()
801 void PersonalDataManager::LoadAuxiliaryProfiles() { in LoadAuxiliaryProfiles()
805 void PersonalDataManager::LoadCreditCards() { in LoadCreditCards()
821 void PersonalDataManager::ReceiveLoadedProfiles(WebDataService::Handle h, in ReceiveLoadedProfiles()
841 void PersonalDataManager::ReceiveLoadedCreditCards( in ReceiveLoadedCreditCards()
858 void PersonalDataManager::CancelPendingQuery(WebDataService::Handle* handle) { in CancelPendingQuery()
874 void PersonalDataManager::SaveImportedProfile( in SaveImportedProfile()
888 void PersonalDataManager::SaveImportedCreditCard( in SaveImportedCreditCard()
926 void PersonalDataManager::EmptyMigrationTrash() { in EmptyMigrationTrash()
957 void PersonalDataManager::LogProfileCount() const { in LogProfileCount()
964 const AutofillMetrics* PersonalDataManager::metric_logger() const { in metric_logger()
968 void PersonalDataManager::set_metric_logger( in set_metric_logger()