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

  /external/chromium_org/components/autofill/core/browser/
autofill_download.h 34 class AutofillDownloadManager : public net::URLFetcherDelegate {
38 // An interface used to notify clients of AutofillDownloadManager.
63 AutofillDownloadManager(AutofillDriver* driver,
66 virtual ~AutofillDownloadManager();
141 AutofillDownloadManager::Observer* const observer_; // WEAK
autofill_download.cc 36 std::string RequestTypeToString(AutofillDownloadManager::RequestType type) {
38 case AutofillDownloadManager::REQUEST_QUERY:
40 case AutofillDownloadManager::REQUEST_UPLOAD:
47 GURL GetRequestUrl(AutofillDownloadManager::RequestType request_type) {
54 struct AutofillDownloadManager::FormRequestData {
59 AutofillDownloadManager::AutofillDownloadManager(AutofillDriver* driver,
78 AutofillDownloadManager::~AutofillDownloadManager() {
83 bool AutofillDownloadManager::StartQueryRequest
    [all...]

Completed in 31 milliseconds