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

  /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
66 } // namespace automation
automation_constants.h 10 namespace automation { namespace
67 // The current version of ChromeDriver automation supported by Chrome.
68 // This needs to be incremented for each change to ChromeDriver automation that
71 // - The interface for an individual ChromeDriver automation call changes in an
73 // TODO(kkania): Investigate a better backwards compatible automation solution.
76 // Automation error codes. These provide the client a simple way
91 // Represents an automation error. Each error has a code and an error message.
118 } // namespace automation
149 // 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/test/webdriver/
webdriver_error.h 12 namespace automation { namespace
48 static Error* FromAutomationError(const automation::Error& error);
webdriver_automation.cc 31 #include "chrome/test/automation/automation_json_requests.h"
32 #include "chrome/test/automation/automation_proxy.h"
33 #include "chrome/test/automation/browser_proxy.h"
34 #include "chrome/test/automation/proxy_launcher.h"
35 #include "chrome/test/automation/tab_proxy.h"
211 // The first version of Chrome using the new IPC automation message set,
337 Automation::BrowserOptions::BrowserOptions()
342 Automation::BrowserOptions::~BrowserOptions() {}
344 Automation::Automation(const Logger& logger
1142 AutomationProxy* Automation::automation() const { function in class:webdriver::Automation
    [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"
141 << "Error while awaiting automation ping from browser process";
260 EXPECT_TRUE(automation()->GetBrowserWindowCount(&window_count));
266 automation()->GetBrowserWindow(0);
270 EXPECT_TRUE(automation()->GetBrowserWindowCount(&window_count));
280 automation()->GetBrowserWindow(0);
289 automation()->GetBrowserWindow(0);
300 // Now, drop the automation IPC channel so that the automation provider i
514 AutomationProxy* ProxyLauncher::automation() const { function in class:ProxyLauncher
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 30 #include "chrome/browser/automation/automation_provider.h"
31 #include "chrome/browser/automation/automation_provider_list.h"
32 #include "chrome/browser/automation/testing_automation_provider.h"
80 #include "chrome/browser/automation/chrome_frame_automation_provider_win.h"
613 // of an automation request), we are done here.
699 scoped_refptr<AutomationProviderClass> automation = local
701 if (!automation->InitializeChannel(channel_id))
703 automation->SetExpectedTabCount(expected_tabs);
707 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"
133 AutomationProxy* UITestBase::automation() const { function in class:UITestBase
134 return launcher_->automation();
138 return automation()->action_timeout();
146 automation()->set_action_timeout(timeout);
147 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"
64 namespace automation { namespace
99 InitialLoadObserver(size_t tab_count, AutomationProvider* automation);
141 explicit NetworkManagerInitObserver(AutomationProvider* automation);
157 explicit OOBEWebuiReadyObserver(AutomationProvider* automation);
177 explicit NewTabUILoadObserver(AutomationProvider* automation,
197 AutomationProvider* automation,
222 AutomationProvider* automation,
251 AutomationProvider* automation);
270 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 

Completed in 176 milliseconds