HomeSort by relevance Sort by last modified time
    Searched defs:AutofillDownloadManager (Results 1 - 4 of 4) 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 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...]
  /external/chromium_org/components/autofill/core/browser/
autofill_download.h 35 class AutofillDownloadManager : public net::URLFetcherDelegate {
42 // An interface used to notify clients of AutofillDownloadManager.
66 AutofillDownloadManager(content::BrowserContext* context,
68 virtual ~AutofillDownloadManager();
142 AutofillDownloadManager::Observer* const observer_; // WEAK
autofill_download.cc 47 VLOG(1) << "AutofillDownloadManager FieldAssignments for "
56 std::string AutofillDownloadManager::AutofillRequestTypeToString(
59 case AutofillDownloadManager::REQUEST_QUERY:
61 case AutofillDownloadManager::REQUEST_UPLOAD:
67 struct AutofillDownloadManager::FormRequestData {
72 AutofillDownloadManager::AutofillDownloadManager(BrowserContext* context,
90 AutofillDownloadManager::~AutofillDownloadManager() {
95 bool AutofillDownloadManager::StartQueryRequest
    [all...]

Completed in 54 milliseconds