HomeSort by relevance Sort by last modified time
    Searched full:automation (Results 176 - 200 of 411) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/browser/automation/
automation_util.h 23 // This file contains automation utility functions.
chrome_frame_automation_provider.cc 5 #include "chrome/browser/automation/chrome_frame_automation_provider.h"
automation_resource_tracker.h 67 // automation purposes. The only things that a subclass should need to
74 explicit AutomationResourceTracker(IPC::Message::Sender* automation)
75 : AutomationResourceTrackerImpl(automation) {}
automation_tab_helper_browsertest.cc 10 #include "chrome/browser/automation/automation_tab_helper.h"
11 #include "chrome/browser/automation/mock_tab_event_observer.h"
60 test_data_dir_ = test_data_dir_.AppendASCII("automation");
automation_provider.h 5 // This implements a browser-side endpoint for UI automation activity.
212 // True iff we should open a new automation IPC channel if it closes.
218 // Clear and reinitialize the automation IPC channel.
356 // Handler for a message sent by the automation client.
386 // ID of automation channel.
automation_provider_win.cc 5 #include "chrome/browser/automation/automation_provider.h"
10 #include "chrome/browser/automation/automation_browser_tracker.h"
11 #include "chrome/browser/automation/automation_tab_tracker.h"
12 #include "chrome/browser/automation/automation_window_tracker.h"
13 #include "chrome/browser/automation/ui_controls.h"
125 // routing ID to the automation proxy. This is implemented as a task so that
  /external/chromium_org/chrome/
chrome.gyp     [all...]
chrome_browser.gypi 187 'browser/automation/automation_browser_tracker.cc',
188 'browser/automation/automation_browser_tracker.h',
189 'browser/automation/automation_event_observers.cc',
190 'browser/automation/automation_event_observers.h',
191 'browser/automation/automation_event_observers_chromeos.cc',
192 'browser/automation/automation_event_queue.cc',
193 'browser/automation/automation_event_queue.h',
194 'browser/automation/automation_provider.cc',
195 'browser/automation/automation_provider.h',
196 'browser/automation/automation_provider_aura.cc'
    [all...]
  /external/chromium_org/chrome/test/nacl/
nacl_browsertest_util.cc 29 // Automation messages are stringified before they are sent because the
30 // automation channel cannot handle arbitrary objects. This means we
34 return InternalError("Could parse automation JSON: " + json +
104 // they make the same RPC requests, but use the automation channel instead of
nacl_browsertest_util.h 13 // A helper base class that decodes structured automation messages of the form:
20 // from the DOM automation controler. Instead of handling a string
83 // Load a URL and listen to automation events with a given handler.
  /external/chromium_org/chrome/test/perf/
dom_checker_uitest.cc 18 #include "chrome/test/automation/tab_proxy.h"
149 L"window.domAutomationController.send(automation.IsDone());",
156 L"window.domAutomationController.send(automation.GetTestCount());",
165 L" JSON.stringify(automation.GetFailures()));",
shutdown_test.cc 15 #include "chrome/test/automation/automation_proxy.h"
40 ASSERT_TRUE(automation()->GetBrowserWindowCount(&window_count));
43 automation()->GetBrowserWindow(0));
  /external/chromium_org/chrome/test/pyautolib/
pyautolib.i 6 // PyAuto makes the Automation Proxy interface available in Python
17 %module(docstring="Python interface to Automation Proxy.") pyautolib
51 #include "chrome/test/automation/browser_proxy.h"
52 #include "chrome/test/automation/tab_proxy.h"
  /external/chromium_org/chrome/test/webdriver/
webdriver_basic_types.h 8 #include "chrome/test/automation/value_conversion_traits.h"
webdriver_element_id.h 10 #include "chrome/test/automation/value_conversion_traits.h"
webdriver_util.h 14 #include "chrome/test/automation/value_conversion_traits.h"
61 // Converts the automation ID to a string.
64 // Converts the string to an automation ID and returns true on success.
  /external/chromium_org/chrome/browser/automation/
automation_resource_tracker.h 66 // automation purposes. The only things that a subclass should need to
73 explicit AutomationResourceTracker(IPC::Sender* automation)
74 : AutomationResourceTrackerImpl(automation) {}
  /external/chromium_org/chrome/test/automation/
automation_json_requests.cc 5 #include "chrome/test/automation/automation_json_requests.h"
19 #include "chrome/test/automation/automation_proxy.h"
21 using automation::Error;
22 using automation::ErrorCode;
60 int int_code = automation::kUnknownError;
74 WebKeyEvent::WebKeyEvent(automation::KeyEventTypes type,
85 WebMouseEvent::WebMouseEvent(automation::MouseEventType type,
86 automation::MouseButton button,
544 automation::MouseButton button,
660 automation::Error* error)
    [all...]
  /external/chromium_org/chrome/common/
automation_messages_internal.h 5 // Defines the IPC messages used by the automation interface.
24 // message is the version string of the automation provider. This parameter
487 int /* automation handle */,
496 int /* automation handle */,
508 int /* automation handle */,
561 // This message is an outgoing message from an automation client to Chrome.
612 // A URL request to be fetched via automation
617 // Read data from a URL request to be fetched via automation
627 // Data read via automation
721 // Sent when the automation client connects to an existing tab
    [all...]
  /external/chromium_org/chrome_frame/
chrome_frame.gyp 165 # TODO(slightlyoff): Get automation targets working on OS X
166 '../chrome/chrome.gyp:automation',
195 # TODO(slightlyoff): Get automation targets working on OS X
196 '../chrome/chrome.gyp:automation',
301 '../chrome/chrome.gyp:automation',
393 '../chrome/chrome.gyp:automation',
469 '../chrome/chrome.gyp:automation',
523 '../chrome/test/automation/proxy_launcher.cc',
524 '../chrome/test/automation/proxy_launcher.h',
543 # TODO(slightlyoff): Get automation targets working on OS
    [all...]
  /external/chromium/chrome/browser/
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...]
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/chromium/chrome/browser/ui/login/
login_prompt_uitest.cc 9 #include "chrome/test/automation/tab_proxy.h"
10 #include "chrome/test/automation/browser_proxy.h"
33 scoped_refptr<BrowserProxy> window_proxy(automation()->GetBrowserWindow(0));
  /cts/tests/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityServiceInfoTest.java 33 * automation is not reported through the APIs.
  /external/chromium/chrome/browser/chromeos/login/
view_screen.h 41 // For testing automation

Completed in 946 milliseconds

1 2 3 4 5 6 78 91011>>