Home | History | Annotate | Download | only in autofill

Lines Matching defs:AutofillDownloadManager

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"
120 bool AutofillDownloadManager::StartUploadRequest(
131 VLOG(1) << "AutofillDownloadManager: Upload request is ignored";
141 request_data.request_type = AutofillDownloadManager::REQUEST_UPLOAD;
146 bool AutofillDownloadManager::CancelRequest(
148 AutofillDownloadManager::AutofillRequestType request_type) {
165 double AutofillDownloadManager::GetPositiveUploadRate() const {
169 double AutofillDownloadManager::GetNegativeUploadRate() const {
173 void AutofillDownloadManager::SetPositiveUploadRate(double rate) {
186 void AutofillDownloadManager::SetNegativeUploadRate(double rate) {
199 bool AutofillDownloadManager::StartRequest(
218 if (request_data.request_type == AutofillDownloadManager::REQUEST_QUERY)
224 if (request_data.request_type == AutofillDownloadManager::REQUEST_QUERY) {
250 void AutofillDownloadManager::CacheQueryRequest(
272 bool AutofillDownloadManager::CheckCacheForQueryRequest(
287 std::string AutofillDownloadManager::GetCombinedSignature(
304 void AutofillDownloadManager::OnURLFetchComplete(
319 it->second.request_type == AutofillDownloadManager::REQUEST_QUERY ?
348 if (it->second.request_type == AutofillDownloadManager::REQUEST_QUERY) {
355 LOG(WARNING) << "AutofillDownloadManager: " << type_of_request
363 VLOG(1) << "AutofillDownloadManager: " << type_of_request
365 if (it->second.request_type == AutofillDownloadManager::REQUEST_QUERY) {