Searched defs:EmptyMigrationTrash (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autofill/
H A Dpersonal_data_manager.cc165 // |EmptyMigrationTrash| in the case where sync is not yet ready to receive
167 // |EmptyMigrationTrash| once the sync service becomes available.
187 web_data_service->EmptyMigrationTrash(true);
838 EmptyMigrationTrash();
926 void PersonalDataManager::EmptyMigrationTrash() { function in class:PersonalDataManager
945 web_data_service->EmptyMigrationTrash(false);
947 web_data_service->EmptyMigrationTrash(true);
/external/chromium/chrome/browser/webdata/
H A Dweb_data_service.cc438 void WebDataService::EmptyMigrationTrash(bool notify_sync) { function in class:WebDataService

Completed in 65 milliseconds