Searched refs:AutofillDownloadManager (Results 1 – 5 of 5) sorted by relevance
41 struct AutofillDownloadManager::FormRequestData {52 AutofillDownloadManager::AutofillDownloadManager(Profile* profile) in AutofillDownloadManager() function in AutofillDownloadManager76 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 …]
34 class AutofillDownloadManager : public URLFetcher::Delegate {66 explicit AutofillDownloadManager(Profile* profile);67 virtual ~AutofillDownloadManager();70 void SetObserver(AutofillDownloadManager::Observer *observer);155 AutofillDownloadManager::Observer *observer_;
62 public AutofillDownloadManager::Observer {90 AutofillDownloadManager::AutofillRequestType request_type,253 AutofillDownloadManager download_manager_;
49 class AutofillDownloadTestHelper : public AutofillDownloadManager::Observer {84 AutofillDownloadManager::AutofillRequestType request_type, in OnHeuristicsRequestError()90 request_type == AutofillDownloadManager::REQUEST_QUERY ? in OnHeuristicsRequestError()113 AutofillDownloadManager download_manager;
667 AutofillDownloadManager::AutofillRequestType request_type, in OnHeuristicsRequestError()