Home | History | Annotate | Download | only in automation

Lines Matching refs:TestingAutomationProvider

49 class TestingAutomationProvider : public AutomationProvider,
56 explicit TestingAutomationProvider(Profile* profile);
65 virtual ~TestingAutomationProvider();
200 typedef void (TestingAutomationProvider::*JsonHandler)(base::DictionaryValue*,
205 typedef void (TestingAutomationProvider::*BrowserJsonHandler)(
1201 // Creates a new |TestingAutomationProvider| that opens a server channel
1429 DISALLOW_COPY_AND_ASSIGN(TestingAutomationProvider);