OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestAutofillDriverImpl
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/autofill/
autofill_driver_impl_browsertest.cc
59
class
TestAutofillDriverImpl
: public AutofillDriverImpl {
61
TestAutofillDriverImpl
(content::WebContents* web_contents,
68
virtual ~
TestAutofillDriverImpl
() {}
71
DISALLOW_COPY_AND_ASSIGN(
TestAutofillDriverImpl
);
89
autofill_driver_.reset(new
TestAutofillDriverImpl
(web_contents_,
119
scoped_ptr<
TestAutofillDriverImpl
> autofill_driver_;
/external/chromium_org/components/autofill/content/browser/
request_autocomplete_manager_unittest.cc
72
class
TestAutofillDriverImpl
: public AutofillDriverImpl {
74
TestAutofillDriverImpl
(content::WebContents* contents,
80
virtual ~
TestAutofillDriverImpl
() {}
88
DISALLOW_COPY_AND_ASSIGN(
TestAutofillDriverImpl
);
100
driver_.reset(new
TestAutofillDriverImpl
(web_contents(),
134
scoped_ptr<
TestAutofillDriverImpl
> driver_;
autofill_driver_impl_unittest.cc
50
class
TestAutofillDriverImpl
: public AutofillDriverImpl {
52
TestAutofillDriverImpl
(content::WebContents* contents,
59
virtual ~
TestAutofillDriverImpl
() {}
74
driver_.reset(new
TestAutofillDriverImpl
(web_contents(),
172
scoped_ptr<
TestAutofillDriverImpl
> driver_;
Completed in 250 milliseconds