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

/external/chromium/chrome/browser/autofill/
H A Dautofill_download.h34 class AutofillDownloadManager : public URLFetcher::Delegate { class in inherits:URLFetcher::Delegate
41 // An interface used to notify clients of AutofillDownloadManager.
66 explicit AutofillDownloadManager(Profile* profile);
67 virtual ~AutofillDownloadManager();
70 void SetObserver(AutofillDownloadManager::Observer *observer);
155 AutofillDownloadManager::Observer *observer_;
H A Dautofill_download.cc41 struct AutofillDownloadManager::FormRequestData {
52 AutofillDownloadManager::AutofillDownloadManager(Profile* profile) function in class:AutofillDownloadManager
76 AutofillDownloadManager::~AutofillDownloadManager() {
81 void AutofillDownloadManager::SetObserver(
82 AutofillDownloadManager::Observer *observer) {
91 bool AutofillDownloadManager::StartQueryRequest(
105 request_data.request_type = AutofillDownloadManager::REQUEST_QUERY;
110 VLOG(1) << "AutofillDownloadManager
[all...]

Completed in 71 milliseconds