/external/chromium/chrome/browser/sync/glue/ |
D | autofill_data_type_controller_unittest.cc | 106 EXPECT_CALL(profile_, GetPersonalDataManager()). in SetStartExpectations() 176 EXPECT_CALL(profile_, GetPersonalDataManager()). in TEST_F() 190 EXPECT_CALL(profile_, GetPersonalDataManager()). in TEST_F()
|
D | autofill_data_type_controller.cc | 66 personal_data_ = profile_->GetPersonalDataManager(); in Start() 215 profile_->GetPersonalDataManager(), in StartImpl()
|
/external/chromium/android/autofill/ |
D | profile_android.cc | 55 PersonalDataManager* ProfileImplAndroid::GetPersonalDataManager() in GetPersonalDataManager() function in ProfileImplAndroid
|
D | profile_android.h | 133 virtual PersonalDataManager* GetPersonalDataManager();
|
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/ |
D | WebAutofill.cpp | 258 mTabContents->profile()->GetPersonalDataManager()->SetProfiles(&profiles); in setProfile() 276 mTabContents->profile()->GetPersonalDataManager()->RemoveProfile(profileGuid); in clearProfiles()
|
/external/chromium/chrome/browser/profiles/ |
D | profile.cc | 396 virtual PersonalDataManager* GetPersonalDataManager() { in GetPersonalDataManager() function in OffTheRecordProfileImpl 755 virtual PersonalDataManager* GetPersonalDataManager() { in GetPersonalDataManager() function in GuestSessionProfile 756 return GetOriginalProfile()->GetPersonalDataManager(); in GetPersonalDataManager()
|
D | profile.h | 344 virtual PersonalDataManager* GetPersonalDataManager() = 0;
|
D | profile_impl.h | 80 virtual PersonalDataManager* GetPersonalDataManager();
|
D | profile_impl.cc | 1149 PersonalDataManager* ProfileImpl::GetPersonalDataManager() { in GetPersonalDataManager() function in ProfileImpl
|
/external/chromium/chrome/browser/autofill/ |
D | autofill_browsertest.cc | 87 browser()->profile()->GetPersonalDataManager(); in CreateTestProfile()
|
D | autofill_manager.cc | 244 tab_contents->profile()->GetOriginalProfile()->GetPersonalDataManager(); in AutofillManager()
|
/external/chromium/chrome/browser/ |
D | browsing_data_remover.cc | 234 PersonalDataManager* data_manager = profile_->GetPersonalDataManager(); in Remove()
|
/external/chromium/chrome/browser/ui/webui/options/ |
D | autofill_options_handler.cc | 159 personal_data_ = web_ui_->GetProfile()->GetPersonalDataManager(); in Initialize()
|
/external/chromium/chrome/browser/sync/ |
D | profile_sync_service_autofill_unittest.cc | 323 EXPECT_CALL(profile_, GetPersonalDataManager()). in StartSyncService()
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider.cc | 3969 ->GetPersonalDataManager(); in GetAutofillProfile() 4035 ->GetPersonalDataManager(); in FillAutofillProfile()
|
/external/chromium/chrome/browser/ui/ |
D | browser.cc | 457 ImportAutofillDataWin(profile_->GetPersonalDataManager()); in InitBrowserWindow()
|