Home | History | Annotate | Download | only in browser

Lines Matching refs:PersonalDataManager

135 PersonalDataManager::PersonalDataManager(const std::string& app_locale)
144 void PersonalDataManager::Init(BrowserContext* browser_context) {
163 PersonalDataManager::~PersonalDataManager() {
176 void PersonalDataManager::OnWebDataServiceRequestDone(
216 void PersonalDataManager::AutofillMultipleChanged() {
220 void PersonalDataManager::AddObserver(PersonalDataManagerObserver* observer) {
224 void PersonalDataManager::RemoveObserver(
229 bool PersonalDataManager::ImportFormData(
372 void PersonalDataManager::AddProfile(const AutofillProfile& profile) {
399 void PersonalDataManager::UpdateProfile(const AutofillProfile& profile) {
428 AutofillProfile* PersonalDataManager::GetProfileByGUID(
439 void PersonalDataManager::AddCreditCard(const CreditCard& credit_card) {
465 void PersonalDataManager::UpdateCreditCard(const CreditCard& credit_card) {
494 void PersonalDataManager::RemoveByGUID(const std::string& guid) {
518 CreditCard* PersonalDataManager::GetCreditCardByGUID(const std::string& guid) {
528 void PersonalDataManager::GetNonEmptyTypes(
542 bool PersonalDataManager::IsDataLoaded() const {
546 const std::vector<AutofillProfile*>& PersonalDataManager::GetProfiles() {
563 const std::vector<AutofillProfile*>& PersonalDataManager::web_profiles() const {
567 const std::vector<CreditCard*>& PersonalDataManager::GetCreditCards() const {
571 void PersonalDataManager::Refresh() {
576 void PersonalDataManager::GetProfileSuggestions(
658 void PersonalDataManager::GetCreditCardSuggestions(
701 bool PersonalDataManager::IsAutofillEnabled() const {
707 bool PersonalDataManager::IsValidLearnableProfile(
729 bool PersonalDataManager::MergeProfile(
767 void PersonalDataManager::SetProfiles(std::vector<AutofillProfile>* profiles) {
829 void PersonalDataManager::SetCreditCards(
882 void PersonalDataManager::LoadProfiles() {
898 void PersonalDataManager::LoadAuxiliaryProfiles() {
902 void PersonalDataManager::LoadCreditCards() {
915 void PersonalDataManager::ReceiveLoadedProfiles(WebDataServiceBase::Handle h,
934 void PersonalDataManager::ReceiveLoadedCreditCards(
951 void PersonalDataManager::CancelPendingQuery(
965 void PersonalDataManager::SaveImportedProfile(
985 void PersonalDataManager::SaveImportedCreditCard(
1012 void PersonalDataManager::LogProfileCount() const {
1019 const AutofillMetrics* PersonalDataManager::metric_logger() const {
1023 void PersonalDataManager::set_metric_logger(
1028 void PersonalDataManager::set_browser_context(