OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutofillDownloadManager
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/browser/autofill/
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
...]
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_manager.h
62
public
AutofillDownloadManager
::Observer {
85
//
AutofillDownloadManager
::Observer implementation:
90
AutofillDownloadManager
::AutofillRequestType request_type,
253
AutofillDownloadManager
download_manager_;
autofill_download_unittest.cc
41
// 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;
autofill_manager.cc
667
AutofillDownloadManager
::AutofillRequestType request_type,
[
all
...]
/external/chromium_org/components/autofill/core/browser/
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
...]
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_manager.h
51
class
AutofillDownloadManager
;
68
class AutofillManager : public
AutofillDownloadManager
::Observer {
210
//
AutofillDownloadManager
::Observer:
299
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,
76
//
AutofillDownloadManager
::Observer implementation.
93
AutofillDownloadManager
::AutofillRequestType request_type,
99
request_type ==
AutofillDownloadManager
::REQUEST_QUERY ?
124
AutofillDownloadManager
download_manager_;
autofill_manager.cc
189
new
AutofillDownloadManager
(driver,
[
all
...]
Completed in 65 milliseconds