OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestAutofillManager
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/autofill/
autofill_metrics_unittest.cc
121
class
TestAutofillManager
: public AutofillManager {
123
TestAutofillManager
(TabContents* tab_contents,
129
virtual ~
TestAutofillManager
() {}
149
DISALLOW_COPY_AND_ASSIGN(
TestAutofillManager
);
199
autofill_manager_.reset(new
TestAutofillManager
(contents(),
204
scoped_ptr<
TestAutofillManager
> autofill_manager_;
[
all
...]
autofill_manager_unittest.cc
409
class
TestAutofillManager
: public AutofillManager {
411
TestAutofillManager
(TabContents* tab_contents,
466
DISALLOW_COPY_AND_ASSIGN(
TestAutofillManager
);
486
autofill_manager_.reset(new
TestAutofillManager
(contents(),
570
scoped_ptr<
TestAutofillManager
> autofill_manager_;
[
all
...]
Completed in 57 milliseconds