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

  /external/chromium/chrome/browser/autofill/
autofill_download.cc 41 struct AutofillDownloadManager::FormRequestData {
52 AutofillDownloadManager::AutofillDownloadManager(Profile* profile)
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: query request has been retrieved from
    [all...]
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_manager.h 62 public AutofillDownloadManager::Observer {
85 // AutofillDownloadManager::Observer implementation:
90 AutofillDownloadManager::AutofillRequestType request_type,
253 AutofillDownloadManager download_manager_;
autofill_download_unittest.cc 41 // This tests AutofillDownloadManager. AutofillDownloadTestHelper implements
42 // AutofillDownloadManager::Observer and creates an instance of
43 // AutofillDownloadManager. Then it records responses to different initiated
49 class AutofillDownloadTestHelper : public AutofillDownloadManager::Observer {
69 // AutofillDownloadManager::Observer overridables:
84 AutofillDownloadManager::AutofillRequestType request_type,
90 request_type == AutofillDownloadManager::REQUEST_QUERY ?
113 AutofillDownloadManager download_manager;
autofill_manager.cc 667 AutofillDownloadManager::AutofillRequestType request_type,
    [all...]

Completed in 37 milliseconds