OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
34
class
AutofillDownloadManager
: public net::URLFetcherDelegate {
41
// An interface used to notify clients of
AutofillDownloadManager
.
66
AutofillDownloadManager
(AutofillDriver* driver,
69
virtual ~
AutofillDownloadManager
();
146
AutofillDownloadManager
::Observer* const observer_; // WEAK
autofill_download.cc
44
VLOG(1) << "
AutofillDownloadManager
FieldAssignments for "
53
std::string
AutofillDownloadManager
::AutofillRequestTypeToString(
56
case
AutofillDownloadManager
::REQUEST_QUERY:
58
case
AutofillDownloadManager
::REQUEST_UPLOAD:
64
struct
AutofillDownloadManager
::FormRequestData {
69
AutofillDownloadManager
::
AutofillDownloadManager
(AutofillDriver* driver,
88
AutofillDownloadManager
::~
AutofillDownloadManager
() {
93
bool
AutofillDownloadManager
::StartQueryRequest
[
all
...]
Completed in 386 milliseconds