Searched refs:AutofillDownloadManager (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/autofill/
H A Dautofill_download.cc41 struct AutofillDownloadManager::FormRequestData {
52 AutofillDownloadManager::AutofillDownloadManager(Profile* profile) function in class:AutofillDownloadManager
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
[all...]
H A Dautofill_download.h34 class AutofillDownloadManager : public URLFetcher::Delegate { class in inherits: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_;
H A Dautofill_manager.h62 public AutofillDownloadManager::Observer {
85 // AutofillDownloadManager::Observer implementation:
90 AutofillDownloadManager::AutofillRequestType request_type,
253 AutofillDownloadManager download_manager_;
H A Dautofill_download_unittest.cc41 // 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;
H A Dautofill_manager.cc667 AutofillDownloadManager::AutofillRequestType request_type,
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_download.cc47 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, function in class:autofill::AutofillDownloadManager
90 AutofillDownloadManager::~AutofillDownloadManager() {
95 bool AutofillDownloadManager
[all...]
H A Dautofill_download.h35 class AutofillDownloadManager : public net::URLFetcherDelegate { class in namespace:autofill
42 // An interface used to notify clients of AutofillDownloadManager.
66 AutofillDownloadManager(content::BrowserContext* context,
68 virtual ~AutofillDownloadManager();
142 AutofillDownloadManager::Observer* const observer_; // WEAK
H A Dautofill_manager.h53 class AutofillDownloadManager;
70 class AutofillManager : public AutofillDownloadManager::Observer {
237 // AutofillDownloadManager::Observer:
331 scoped_ptr<AutofillDownloadManager> download_manager_;
H A Dautofill_download_unittest.cc55 // This tests AutofillDownloadManager. AutofillDownloadTest implements
56 // AutofillDownloadManager::Observer and creates an instance of
57 // AutofillDownloadManager. Then it records responses to different initiated
63 class AutofillDownloadTest : public AutofillDownloadManager::Observer,
74 // AutofillDownloadManager::Observer implementation.
91 AutofillDownloadManager::AutofillRequestType request_type,
97 request_type == AutofillDownloadManager::REQUEST_QUERY ?
121 AutofillDownloadManager download_manager_;
H A Dautofill_manager.cc206 new AutofillDownloadManager(

Completed in 212 milliseconds