Lines Matching refs:PersonalDataManager

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