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

  /external/chromium_org/components/autofill/core/browser/
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...]
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_manager.h 49 class AutofillDownloadManager;
66 class AutofillManager : public AutofillDownloadManager::Observer {
216 // AutofillDownloadManager::Observer:
308 scoped_ptr<AutofillDownloadManager> download_manager_;
autofill_download_unittest.cc 56 // This tests AutofillDownloadManager. AutofillDownloadTest implements
57 // AutofillDownloadManager::Observer and creates an instance of
58 // AutofillDownloadManager. Then it records responses to different initiated
64 class AutofillDownloadTest : public AutofillDownloadManager::Observer,
79 // AutofillDownloadManager::Observer implementation.
96 AutofillDownloadManager::RequestType request_type,
102 request_type == AutofillDownloadManager::REQUEST_QUERY ?
128 AutofillDownloadManager download_manager_;
autofill_manager.cc 189 new AutofillDownloadManager(driver, client_->GetPrefs(), this));
    [all...]

Completed in 50 milliseconds