HomeSort by relevance Sort by last modified time
    Searched defs:AutofillDownloadManager (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/autofill/
autofill_download.h 34 class AutofillDownloadManager : public 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_;
autofill_download.cc 38 struct AutofillDownloadManager::FormRequestData {
49 AutofillDownloadManager::AutofillDownloadManager(Profile* profile)
73 AutofillDownloadManager::~AutofillDownloadManager() {
78 void AutofillDownloadManager::SetObserver(
79 AutofillDownloadManager::Observer *observer) {
88 bool AutofillDownloadManager::StartQueryRequest(
102 request_data.request_type = AutofillDownloadManager::REQUEST_QUERY;
107 VLOG(1) << "AutofillDownloadManager: query request has been retrieved from
    [all...]

Completed in 1116 milliseconds