Searched defs:TestAutofillDriver (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dtest_autofill_driver.h20 class TestAutofillDriver : public AutofillDriver { class in namespace:autofill
22 TestAutofillDriver();
23 virtual ~TestAutofillDriver();
57 DISALLOW_COPY_AND_ASSIGN(TestAutofillDriver);
H A Dtest_autofill_driver.cc12 TestAutofillDriver::TestAutofillDriver() function in class:autofill::TestAutofillDriver
14 new base::SequencedWorkerPoolOwner(4, "TestAutofillDriver")),
17 TestAutofillDriver::~TestAutofillDriver() {
21 bool TestAutofillDriver::IsOffTheRecord() const {
25 net::URLRequestContextGetter* TestAutofillDriver::GetURLRequestContext() {
29 base::SequencedWorkerPool* TestAutofillDriver::GetBlockingPool() {
33 bool TestAutofillDriver::RendererIsAvailable() {
37 void TestAutofillDriver
[all...]

Completed in 88 milliseconds