/external/chromium/chrome/common/ |
automation_constants.cc | 7 namespace automation { namespace 23 } // namespace automation
|
automation_constants.h | 9 namespace automation { namespace 53 // The current version of ChromeDriver automation supported by Chrome. 54 // This needs to be incremented for each change to ChromeDriver automation that 57 // - The interface for an individual ChromeDriver automation call changes in an 59 // TODO(kkania): Investigate a better backwards compatible automation solution. 62 } // namespace automation
|
/external/chromium_org/chrome/common/ |
automation_constants.cc | 7 namespace automation { namespace 22 } // namespace automation
|
automation_constants.h | 10 namespace automation { namespace 67 } // namespace automation 98 // Specifies the font size on a page which is requested by an automation
|
/external/chromium_org/chrome_frame/test/net/ |
test_automation_provider.cc | 35 // AutomationResourceMessageFilter registers the automation job factory to 133 TestAutomationProvider* automation = new TestAutomationProvider(p, delegate); local 134 automation->InitializeChannel(channel); 135 automation->SetExpectedTabCount(1); 136 return automation;
|
/external/chromium_org/chrome/test/pyautolib/ |
pyautolib.cc | 17 #include "chrome/test/automation/automation_proxy.h" 18 #include "chrome/test/automation/tab_proxy.h" 99 AutomationProxy* PyUITestBase::automation() const { function in class:PyUITestBase 100 AutomationProxy* automation_proxy = UITestBase::automation(); 102 LOG(FATAL) << "The automation proxy is NULL."; 112 AutomationProxy* automation_sender = automation(); 116 ErrorResponse("Automation proxy does not exist", request, false, &response); 118 ErrorResponse("Chrome automation IPC channel was found already broken", 139 LOG(ERROR) << "Error during automation: " << error_msg; 154 base::StringPrintf("Chrome automation timed out after %d seconds" [all...] |
/external/chromium_org/chrome_frame/test/ |
chrome_frame_automation_mock.h | 66 // Navigate external tab to the specified url through automation 120 ChromeFrameAutomationClient* automation() { function in class:AutomationMockDelegate 199 automation()->ForwardMessageFromExternalHost("Test", "null", "*"); 221 if (automation()) { 222 automation()->set_use_chrome_network(false);
|
/external/chromium_org/chrome/test/automation/ |
proxy_launcher.cc | 5 #include "chrome/test/automation/proxy_launcher.h" 26 #include "chrome/test/automation/automation_proxy.h" 142 << "Error while awaiting automation ping from browser process"; 261 EXPECT_TRUE(automation()->GetBrowserWindowCount(&window_count)); 267 automation()->GetBrowserWindow(0); 271 EXPECT_TRUE(automation()->GetBrowserWindowCount(&window_count)); 281 automation()->GetBrowserWindow(0); 290 automation()->GetBrowserWindow(0); 301 // Now, drop the automation IPC channel so that the automation provider i 516 AutomationProxy* ProxyLauncher::automation() const { function in class:ProxyLauncher [all...] |
/external/chromium_org/chrome/browser/ui/startup/ |
startup_browser_creator.cc | 33 #include "chrome/browser/automation/automation_provider.h" 34 #include "chrome/browser/automation/automation_provider_list.h" 35 #include "chrome/browser/automation/testing_automation_provider.h" 85 #include "chrome/browser/automation/chrome_frame_automation_provider_win.h" 647 // of an automation request), we are done here. 750 scoped_refptr<AutomationProviderClass> automation = local 752 if (!automation->InitializeChannel(channel_id)) 754 automation->SetExpectedTabCount(expected_tabs); 758 list->AddProvider(automation.get());
|
/external/chromium_org/chrome/test/ui/ |
ui_test.cc | 44 #include "chrome/test/automation/automation_proxy.h" 45 #include "chrome/test/automation/browser_proxy.h" 46 #include "chrome/test/automation/proxy_launcher.h" 47 #include "chrome/test/automation/tab_proxy.h" 48 #include "chrome/test/automation/window_proxy.h" 134 AutomationProxy* UITestBase::automation() const { function in class:UITestBase 135 return launcher_->automation(); 139 return automation()->action_timeout(); 147 automation()->set_action_timeout(timeout); 148 VLOG(1) << "Automation action timeout set to [all...] |
/external/chromium/chrome/browser/ui/ |
browser_init.cc | 20 #include "chrome/browser/automation/automation_provider.h" 21 #include "chrome/browser/automation/automation_provider_list.h" 22 #include "chrome/browser/automation/chrome_frame_automation_provider.h" 23 #include "chrome/browser/automation/testing_automation_provider.h" 1432 scoped_refptr<AutomationProviderClass> automation = local [all...] |
/external/chromium_org/chrome/browser/automation/ |
automation_provider_observers.h | 21 #include "chrome/browser/automation/automation_provider_json.h" 61 namespace automation { namespace 97 InitialLoadObserver(size_t tab_count, AutomationProvider* automation); 139 explicit OOBEWebuiReadyObserver(AutomationProvider* automation); 159 explicit NewTabUILoadObserver(AutomationProvider* automation, 179 AutomationProvider* automation, 204 AutomationProvider* automation, 233 AutomationProvider* automation); 252 AutomationProvider* automation, 271 TabClosedNotificationObserver(AutomationProvider* automation, [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |