Home
last modified time | relevance | path

Searched refs:AutofillDownloadManager (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dautofill_download.cc41 struct AutofillDownloadManager::FormRequestData {
52 AutofillDownloadManager::AutofillDownloadManager(Profile* profile) in AutofillDownloadManager() function in AutofillDownloadManager
76 AutofillDownloadManager::~AutofillDownloadManager() { in ~AutofillDownloadManager()
81 void AutofillDownloadManager::SetObserver( in SetObserver()
82 AutofillDownloadManager::Observer *observer) { in SetObserver()
91 bool AutofillDownloadManager::StartQueryRequest( in StartQueryRequest()
105 request_data.request_type = AutofillDownloadManager::REQUEST_QUERY; in StartQueryRequest()
120 bool AutofillDownloadManager::StartUploadRequest( in StartUploadRequest()
141 request_data.request_type = AutofillDownloadManager::REQUEST_UPLOAD; in StartUploadRequest()
146 bool AutofillDownloadManager::CancelRequest( in CancelRequest()
[all …]
Dautofill_download.h34 class AutofillDownloadManager : public URLFetcher::Delegate {
66 explicit AutofillDownloadManager(Profile* profile);
67 virtual ~AutofillDownloadManager();
70 void SetObserver(AutofillDownloadManager::Observer *observer);
155 AutofillDownloadManager::Observer *observer_;
Dautofill_manager.h62 public AutofillDownloadManager::Observer {
90 AutofillDownloadManager::AutofillRequestType request_type,
253 AutofillDownloadManager download_manager_;
Dautofill_download_unittest.cc49 class AutofillDownloadTestHelper : public AutofillDownloadManager::Observer {
84 AutofillDownloadManager::AutofillRequestType request_type, in OnHeuristicsRequestError()
90 request_type == AutofillDownloadManager::REQUEST_QUERY ? in OnHeuristicsRequestError()
113 AutofillDownloadManager download_manager;
Dautofill_manager.cc667 AutofillDownloadManager::AutofillRequestType request_type, in OnHeuristicsRequestError()