HomeSort by relevance Sort by last modified time
    Searched refs:automation (Results 51 - 75 of 84) sorted by null

1 23 4

  /external/chromium/chrome/browser/metrics/
metrics_service_uitest.cc 23 #include "chrome/test/automation/browser_proxy.h"
24 #include "chrome/test/automation/tab_proxy.h"
37 scoped_refptr<BrowserProxy> window = automation()->GetBrowserWindow(0);
83 // Limit the lifetime of various automation proxies used here. We must
86 scoped_refptr<BrowserProxy> window = automation()->GetBrowserWindow(0);
  /external/chromium/chrome/browser/history/
multipart_uitest.cc 10 #include "chrome/test/automation/tab_proxy.h"
11 #include "chrome/test/automation/browser_proxy.h"
30 scoped_refptr<BrowserProxy> browser_proxy(automation()->GetBrowserWindow(0));
  /external/chromium_org/chrome/browser/automation/
automation_event_observers.h 10 #include "chrome/browser/automation/automation_event_queue.h"
11 #include "chrome/browser/automation/automation_provider.h"
12 #include "chrome/browser/automation/automation_provider_observers.h"
87 AutomationProvider* automation);
automation_provider.cc 5 #include "chrome/browser/automation/automation_provider.h"
29 #include "chrome/browser/automation/automation_browser_tracker.h"
30 #include "chrome/browser/automation/automation_provider_list.h"
31 #include "chrome/browser/automation/automation_provider_observers.h"
32 #include "chrome/browser/automation/automation_resource_message_filter.h"
33 #include "chrome/browser/automation/automation_tab_tracker.h"
34 #include "chrome/browser/automation/automation_window_tracker.h"
97 if (dict.GetBoolean(automation::kJSONProxyNoProxy, &no_proxy)) {
102 if (dict.GetBoolean(automation::kJSONProxyAutoconfig, &auto_config)) {
106 if (dict.GetString(automation::kJSONProxyPacUrl, &pac_url))
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
pyautolib.h 6 // Chromium automation. It access Chromium's internals using Automation Proxy.
47 // The primary class that interfaces with Automation Proxy.
76 // automation proxy additions. Returns response as JSON dict.
77 // Use -ve window_index for automation calls not targetted at a browser
91 // Gets the automation proxy and checks that it exists.
92 virtual AutomationProxy* automation() const OVERRIDE;
chrome_driver_factory.py 36 This instance will connect to a new automation provider of an already
  /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...]
proxy_launcher.h 110 AutomationProxy* automation() const;
115 // Get the handle of browser process connected to the automation. This
135 // Creates an automation proxy.
139 // Returns the automation proxy's channel with any prefixes prepended,
207 // Uses an automation proxy that communicates over a named socket.
227 std::string channel_id_; // Channel id of automation proxy.
235 // Uses an automation proxy that communicates over an anonymous socket.
248 std::string channel_id_; // Channel id of automation proxy.
browser_proxy.cc 5 #include "chrome/test/automation/browser_proxy.h"
15 #include "chrome/test/automation/automation_proxy.h"
16 #include "chrome/test/automation/tab_proxy.h"
17 #include "chrome/test/automation/window_proxy.h"
178 base::TimeDelta::FromMilliseconds(automation::kSleepTime));
  /external/chromium_org/chrome/test/perf/
shutdown_test.cc 15 #include "chrome/test/automation/automation_proxy.h"
41 ASSERT_TRUE(automation()->GetBrowserWindowCount(&window_count));
44 automation()->GetBrowserWindow(0));
tab_switching_test.cc 19 #include "chrome/test/automation/automation_proxy.h"
20 #include "chrome/test/automation/browser_proxy.h"
21 #include "chrome/test/automation/tab_proxy.h"
87 browser_proxy_ = automation()->GetBrowserWindow(0);
  /external/chromium/chrome/browser/tab_contents/
view_source_uitest.cc 7 #include "chrome/test/automation/browser_proxy.h"
8 #include "chrome/test/automation/tab_proxy.h"
24 scoped_refptr<BrowserProxy> window_proxy(automation()->GetBrowserWindow(0));
  /external/chromium/chrome/browser/ui/views/
find_bar_host_uitest.cc 6 #include "chrome/test/automation/browser_proxy.h"
7 #include "chrome/test/automation/tab_proxy.h"
38 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
  /external/chromium/chrome/common/
logging_chrome_uitest.cc 19 #include "chrome/test/automation/browser_proxy.h"
178 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
  /external/chromium/chrome/browser/
browser_encoding_uitest.cc 11 #include "chrome/test/automation/browser_proxy.h"
12 #include "chrome/test/automation/tab_proxy.h"
150 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
241 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
external_tab_container_win.h 15 #include "chrome/browser/automation/automation_resource_message_filter.h"
53 ExternalTabContainer(AutomationProvider* automation,
84 // Used to reinitialize the automation channel and related information
86 // instance is created by Chrome and attached to an automation client.
232 // Helper resource automation registration method, allowing registration of
243 // new tab, which needs to be routed over the correct automation channel.
244 // We receive the automation channel only when the external host acks the
286 // A message filter to load resources via automation
290 // If all the url requests for this tab are to be loaded via automation.
293 // whether top level URL requests are to be handled by the automation client
    [all...]
external_tab_container_win.cc 16 #include "chrome/browser/automation/automation_provider.h"
89 AutomationProvider* automation, AutomationResourceMessageFilter* filter)
90 : automation_(automation),
250 // Wait for the automation channel to be initialized before resuming pending
392 LOG(ERROR) << "Invalid automation provider. Dropping new contents notify";
407 // instance which does not have an automation client connected at the other
591 // ExternalTabContainer should share the same resource request automation
600 // Undo the resource automation registration performed in
    [all...]
  /external/chromium/chrome/browser/prefs/
pref_service_uitest.cc 16 #include "chrome/test/automation/browser_proxy.h"
17 #include "chrome/test/automation/window_proxy.h"
105 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
161 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
  /external/chromium_org/chrome/test/perf/frame_rate/
frame_rate_tests.cc 16 #include "chrome/test/automation/automation_proxy.h"
17 #include "chrome/test/automation/tab_proxy.h"
176 ASSERT_TRUE(automation()->BeginTracing("test_gpu"));
223 ASSERT_TRUE(automation()->EndTracing(&json_events));
  /external/chromium/chrome/browser/ui/views/tabs/
tab_dragging_test.cc 10 #include "chrome/test/automation/tab_proxy.h"
11 #include "chrome/test/automation/browser_proxy.h"
12 #include "chrome/test/automation/window_proxy.h"
59 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
157 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
264 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
374 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
493 scoped_refptr<BrowserProxy> browser2(automation()->GetBrowserWindow(1));
  /external/chromium/chrome/browser/automation/
automation_provider.cc 5 #include "chrome/browser/automation/automation_provider.h"
29 #include "chrome/browser/automation/automation_autocomplete_edit_tracker.h"
30 #include "chrome/browser/automation/automation_browser_tracker.h"
31 #include "chrome/browser/automation/automation_extension_tracker.h"
32 #include "chrome/browser/automation/automation_provider_list.h"
33 #include "chrome/browser/automation/automation_provider_observers.h"
34 #include "chrome/browser/automation/automation_resource_message_filter.h"
35 #include "chrome/browser/automation/automation_tab_tracker.h"
36 #include "chrome/browser/automation/automation_window_tracker.h"
37 #include "chrome/browser/automation/ui_controls.h
    [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/browser/ui/views/
external_tab_container_win.h 16 #include "chrome/browser/automation/automation_resource_message_filter.h"
65 ExternalTabContainerWin(AutomationProvider* automation,
221 // Helper resource automation registration method, allowing registration of
262 // A message filter to load resources via automation
266 // If all the url requests for this tab are to be loaded via automation.
269 // whether top level URL requests are to be handled by the automation client.
298 // new tab, which needs to be routed over the correct automation channel.
299 // We receive the automation channel only when the external host acks the
334 AutomationProvider* automation,
  /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...]

Completed in 1381 milliseconds

1 23 4