Home | History | Annotate | Download | only in browser

Lines Matching defs:PersonalDataManager

142 PersonalDataManager::PersonalDataManager(const std::string& app_locale)
153 void PersonalDataManager::Init(scoped_refptr<AutofillWebDataService> database,
173 PersonalDataManager::~PersonalDataManager() {
181 void PersonalDataManager::OnWebDataServiceRequestDone(
213 void PersonalDataManager::AutofillMultipleChanged() {
217 void PersonalDataManager::AddObserver(PersonalDataManagerObserver* observer) {
221 void PersonalDataManager::RemoveObserver(
226 bool PersonalDataManager::ImportFormData(
369 void PersonalDataManager::AddProfile(const AutofillProfile& profile) {
394 void PersonalDataManager::UpdateProfile(const AutofillProfile& profile) {
421 AutofillProfile* PersonalDataManager::GetProfileByGUID(
429 void PersonalDataManager::AddCreditCard(const CreditCard& credit_card) {
453 void PersonalDataManager::UpdateCreditCard(const CreditCard& credit_card) {
480 void PersonalDataManager::RemoveByGUID(const std::string& guid) {
502 CreditCard* PersonalDataManager::GetCreditCardByGUID(const std::string& guid) {
509 void PersonalDataManager::GetNonEmptyTypes(
523 bool PersonalDataManager::IsDataLoaded() const {
527 const std::vector<AutofillProfile*>& PersonalDataManager::GetProfiles() const {
547 const std::vector<AutofillProfile*>& PersonalDataManager::web_profiles() const {
551 const std::vector<CreditCard*>& PersonalDataManager::GetCreditCards() const {
555 void PersonalDataManager::Refresh() {
560 void PersonalDataManager::GetProfileSuggestions(
644 void PersonalDataManager::GetCreditCardSuggestions(
687 bool PersonalDataManager::IsAutofillEnabled() const {
692 std::string PersonalDataManager::CountryCodeForCurrentTimezone() const {
696 void PersonalDataManager::SetPrefService(PrefService* pref_service) {
702 base::Bind(&PersonalDataManager::EnabledPrefChanged,
708 bool PersonalDataManager::IsValidLearnableProfile(
730 std::string PersonalDataManager::MergeProfile(
770 bool PersonalDataManager::IsCountryOfInterest(const std::string& country_code)
795 const std::string& PersonalDataManager::GetDefaultCountryCodeForNewAddress()
811 void PersonalDataManager::SetProfiles(std::vector<AutofillProfile>* profiles) {
858 void PersonalDataManager::SetCreditCards(
905 void PersonalDataManager::LoadProfiles() {
919 void PersonalDataManager::LoadAuxiliaryProfiles() const {
923 void PersonalDataManager::LoadCreditCards() {
934 void PersonalDataManager::ReceiveLoadedProfiles(WebDataServiceBase::Handle h,
953 void PersonalDataManager::ReceiveLoadedCreditCards(
970 void PersonalDataManager::CancelPendingQuery(
982 std::string PersonalDataManager::SaveImportedProfile(
1004 void PersonalDataManager::NotifyPersonalDataChanged() {
1009 std::string PersonalDataManager::SaveImportedCreditCard(
1041 void PersonalDataManager::LogProfileCount() const {
1048 std::string PersonalDataManager::MostCommonCountryCodeFromProfiles() const {
1080 void PersonalDataManager::EnabledPrefChanged() {