HomeSort by relevance Sort by last modified time
    Searched defs:TestingAutomationProvider (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.h 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)(
    [all...]
testing_automation_provider.cc 247 const int TestingAutomationProvider::kSynchronousCommands[] = {
254 TestingAutomationProvider::TestingAutomationProvider(Profile* profile)
264 TestingAutomationProvider::~TestingAutomationProvider() {
271 IPC::Channel::Mode TestingAutomationProvider::GetChannelMode(
283 void TestingAutomationProvider::OnBrowserAdded(Browser* browser) {
286 void TestingAutomationProvider::OnBrowserRemoved(Browser* browser) {
299 base::Bind(&TestingAutomationProvider::OnRemoveProvider, this));
304 void TestingAutomationProvider::Observe
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.h 27 class TestingAutomationProvider : public AutomationProvider,
32 explicit TestingAutomationProvider(Profile* profile);
50 virtual ~TestingAutomationProvider();
373 typedef void (TestingAutomationProvider::*JsonHandler)(DictionaryValue*,
378 typedef void (TestingAutomationProvider::*BrowserJsonHandler)(
    [all...]
testing_automation_provider.cc 143 TestingAutomationProvider::TestingAutomationProvider(Profile* profile)
154 TestingAutomationProvider::~TestingAutomationProvider() {
158 void TestingAutomationProvider::OnBrowserAdded(const Browser* browser) {
161 void TestingAutomationProvider::OnBrowserRemoved(const Browser* browser) {
170 NewRunnableMethod(this, &TestingAutomationProvider::OnRemoveProvider));
174 void TestingAutomationProvider::OnSourceProfilesLoaded() {
208 void TestingAutomationProvider::Observe(NotificationType type,
218 bool TestingAutomationProvider::OnMessageReceived
    [all...]

Completed in 462 milliseconds