Home | History | Annotate | Download | only in browser

Lines Matching defs:PersonalDataManager

149 PersonalDataManager::PersonalDataManager(const std::string& app_locale)
160 void PersonalDataManager::Init(scoped_refptr<AutofillWebDataService> database,
180 PersonalDataManager::~PersonalDataManager() {
188 void PersonalDataManager::OnWebDataServiceRequestDone(
220 void PersonalDataManager::AutofillMultipleChanged() {
224 void PersonalDataManager::AddObserver(PersonalDataManagerObserver* observer) {
228 void PersonalDataManager::RemoveObserver(
233 bool PersonalDataManager::ImportFormData(
376 void PersonalDataManager::AddProfile(const AutofillProfile& profile) {
401 void PersonalDataManager::UpdateProfile(const AutofillProfile& profile) {
428 AutofillProfile* PersonalDataManager::GetProfileByGUID(
436 void PersonalDataManager::AddCreditCard(const CreditCard& credit_card) {
460 void PersonalDataManager::UpdateCreditCard(const CreditCard& credit_card) {
487 void PersonalDataManager::RemoveByGUID(const std::string& guid) {
509 CreditCard* PersonalDataManager::GetCreditCardByGUID(const std::string& guid) {
516 void PersonalDataManager::GetNonEmptyTypes(
530 bool PersonalDataManager::IsDataLoaded() const {
534 const std::vector<AutofillProfile*>& PersonalDataManager::GetProfiles() const {
538 const std::vector<AutofillProfile*>& PersonalDataManager::web_profiles() const {
542 const std::vector<CreditCard*>& PersonalDataManager::GetCreditCards() const {
546 void PersonalDataManager::Refresh() {
551 void PersonalDataManager::GetProfileSuggestions(
649 void PersonalDataManager::GetCreditCardSuggestions(
699 bool PersonalDataManager::IsAutofillEnabled() const {
704 std::string PersonalDataManager::CountryCodeForCurrentTimezone() const {
708 void PersonalDataManager::SetPrefService(PrefService* pref_service) {
714 base::Bind(&PersonalDataManager::EnabledPrefChanged,
720 bool PersonalDataManager::IsValidLearnableProfile(
742 std::string PersonalDataManager::MergeProfile(
782 bool PersonalDataManager::IsCountryOfInterest(const std::string& country_code)
808 const std::string& PersonalDataManager::GetDefaultCountryCodeForNewAddress()
824 void PersonalDataManager::SetProfiles(std::vector<AutofillProfile>* profiles) {
871 void PersonalDataManager::SetCreditCards(
918 void PersonalDataManager::LoadProfiles() {
932 void PersonalDataManager::LoadAuxiliaryProfiles(bool record_metrics) const {
936 void PersonalDataManager::LoadCreditCards() {
947 void PersonalDataManager::ReceiveLoadedProfiles(WebDataServiceBase::Handle h,
966 void PersonalDataManager::ReceiveLoadedCreditCards(
983 void PersonalDataManager::CancelPendingQuery(
995 std::string PersonalDataManager::SaveImportedProfile(
1017 void PersonalDataManager::NotifyPersonalDataChanged() {
1022 std::string PersonalDataManager::SaveImportedCreditCard(
1054 void PersonalDataManager::LogProfileCount() const {
1061 std::string PersonalDataManager::MostCommonCountryCodeFromProfiles() const {
1093 void PersonalDataManager::EnabledPrefChanged() {
1098 const std::vector<AutofillProfile*>& PersonalDataManager::GetProfiles(