OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:automation
(Results
26 - 50
of
131
) sorted by null
1
2
3
4
5
6
/external/chromium/chrome/browser/automation/
chrome_frame_automation_provider.h
5
// This implements a browser-side endpoint for ChromeFrame UI
automation
16
#include "chrome/browser/
automation
/automation_provider.h"
20
// This class services
automation
IPC requests coming in from ChromeFrame
mock_tab_event_observer.h
9
#include "chrome/browser/
automation
/automation_tab_helper.h"
automation_provider_observers.cc
5
#include "chrome/browser/
automation
/automation_provider_observers.h"
22
#include "chrome/browser/
automation
/automation_provider.h"
23
#include "chrome/browser/
automation
/automation_provider_json.h"
89
AutomationProvider*
automation
)
90
: automation_(
automation
->AsWeakPtr()),
155
NewTabUILoadObserver::NewTabUILoadObserver(AutomationProvider*
automation
)
156
: automation_(
automation
->AsWeakPtr()) {
179
AutomationProvider*
automation
,
182
: automation_(
automation
->AsWeakPtr()),
221
AutomationProvider*
automation
,
[
all
...]
automation_extension_tracker.h
9
#include "chrome/browser/
automation
/automation_resource_tracker.h"
17
explicit AutomationExtensionTracker(IPC::Message::Sender*
automation
);
automation_provider_list.cc
5
#include "chrome/browser/
automation
/automation_provider_list.h"
10
#include "chrome/browser/
automation
/automation_provider.h"
automation_provider_gtk.cc
5
#include "chrome/browser/
automation
/automation_provider.h"
10
#include "chrome/browser/
automation
/automation_browser_tracker.h"
11
#include "chrome/browser/
automation
/automation_window_tracker.h"
12
#include "chrome/browser/
automation
/ui_controls.h"
26
// routing ID to the
automation
proxy. This is implemented as a task so that
testing_automation_provider_views.cc
5
#include "chrome/browser/
automation
/testing_automation_provider.h"
7
#include "chrome/browser/
automation
/automation_browser_tracker.h"
8
#include "chrome/browser/
automation
/automation_window_tracker.h"
28
AutomationProvider*
automation
,
32
automation_(
automation
),
84
TestingAutomationProvider*
automation
)
86
automation_(
automation
),
automation_tab_tracker.cc
5
#include "chrome/browser/
automation
/automation_tab_tracker.h"
11
AutomationTabTracker::AutomationTabTracker(IPC::Message::Sender*
automation
)
12
: AutomationResourceTracker<NavigationController*>(
automation
) {
testing_automation_provider_win.cc
5
#include "chrome/browser/
automation
/testing_automation_provider.h"
11
#include "chrome/browser/
automation
/automation_browser_tracker.h"
12
#include "chrome/browser/
automation
/automation_window_tracker.h"
automation_provider_list.h
22
// Adds and removes
automation
providers from the global list.
automation_provider_unittest.cc
5
#include "chrome/browser/
automation
/chrome_frame_automation_provider.h"
ui_controls_internal.h
9
#include "chrome/browser/
automation
/ui_controls.h"
url_request_automation_job.h
29
//
automation
.
52
// Peek and process
automation
messages for URL requests.
73
//
automation
channel. This is to ensure that this request gets routed to the
120
//
automation
channel, which will be used for routing the network requests to
automation_resource_message_filter.h
24
// This class filters out incoming
automation
IPC messages for network
33
// Information needed to send IPCs through
automation
.
63
// Returns a new
automation
request id. This is unique across all instances
105
// Sends the download request to the
automation
host.
128
// Retrieves the
automation
request id for the passed in chrome request
182
// The channel associated with the
automation
connection. This pointer is not
196
// Map of render views interested in diverting url requests over
automation
.
/external/chromium/chrome/browser/download/
save_page_uitest.cc
13
#include "chrome/test/
automation
/browser_proxy.h"
14
#include "chrome/test/
automation
/tab_proxy.h"
82
scoped_refptr<BrowserProxy> browser(
automation
()->GetBrowserWindow(0));
84
automation
()->SavePackageShouldPromptUser(false);
87
automation
()->SavePackageShouldPromptUser(true);
/external/chromium/chrome/browser/
tab_restore_uitest.cc
12
#include "chrome/test/
automation
/tab_proxy.h"
13
#include "chrome/test/
automation
/browser_proxy.h"
14
#include "chrome/test/
automation
/window_proxy.h"
48
ASSERT_TRUE(
automation
()->GetBrowserWindowCount(&window_count));
54
browser_proxy =
automation
()->GetBrowserWindow(0);
57
browser_proxy =
automation
()->GetBrowserWindow(expected_window_index);
68
ASSERT_TRUE(
automation
()->GetBrowserWindowCount(&new_window_count));
70
browser_proxy =
automation
()->GetBrowserWindow(expected_window_index);
141
scoped_refptr<BrowserProxy> browser_proxy(
automation
()->GetBrowserWindow(0));
171
scoped_refptr<BrowserProxy> browser_proxy(
automation
()->GetBrowserWindow(0))
[
all
...]
repost_form_warning_uitest.cc
10
#include "chrome/test/
automation
/tab_proxy.h"
11
#include "chrome/test/
automation
/browser_proxy.h"
34
scoped_refptr<BrowserProxy> browser(
automation
()->GetBrowserWindow(0));
65
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/chromium/chrome/browser/ui/webui/options/
options_ui_uitest.cc
12
#include "chrome/test/
automation
/browser_proxy.h"
13
#include "chrome/test/
automation
/tab_proxy.h"
14
#include "chrome/test/
automation
/window_proxy.h"
40
scoped_refptr<BrowserProxy> browser(
automation
()->GetBrowserWindow(0));
53
scoped_refptr<BrowserProxy> browser(
automation
()->GetBrowserWindow(0));
72
scoped_refptr<BrowserProxy> browser(
automation
()->GetBrowserWindow(0));
103
scoped_refptr<BrowserProxy> browser(
automation
()->GetBrowserWindow(0));
/external/chromium/chrome/browser/ui/tests/
browser_uitest.cc
20
#include "chrome/test/
automation
/browser_proxy.h"
21
#include "chrome/test/
automation
/tab_proxy.h"
22
#include "chrome/test/
automation
/window_proxy.h"
95
scoped_refptr<BrowserProxy> window(
automation
()->GetBrowserWindow(0));
149
scoped_refptr<BrowserProxy> window(
automation
()->GetBrowserWindow(0));
221
ASSERT_TRUE(
automation
()->WaitForWindowCountToBecome(1));
224
scoped_refptr<BrowserProxy> browser =
automation
()->GetBrowserWindow(0);
265
scoped_refptr<BrowserProxy> browser(
automation
()->GetBrowserWindow(0));
304
scoped_refptr<BrowserProxy> browser(
automation
()->GetBrowserWindow(0));
325
scoped_refptr<BrowserProxy> browser(
automation
()->GetBrowserWindow(0))
[
all
...]
/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/chrome/browser/ui/webui/
new_tab_ui_uitest.cc
16
#include "chrome/test/
automation
/browser_proxy.h"
17
#include "chrome/test/
automation
/tab_proxy.h"
18
#include "chrome/test/
automation
/window_proxy.h"
38
scoped_refptr<BrowserProxy> window(
automation
()->GetBrowserWindow(0));
57
scoped_refptr<BrowserProxy> window(
automation
()->GetBrowserWindow(0));
88
scoped_refptr<BrowserProxy> window(
automation
()->GetBrowserWindow(0));
123
scoped_refptr<BrowserProxy> window(
automation
()->GetBrowserWindow(0));
143
scoped_refptr<BrowserProxy> window(
automation
()->GetBrowserWindow(0));
151
ASSERT_TRUE(
automation
()->WaitForInitialNewTabUILoad(&load_time));
/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/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));
/packages/experimental/UiAutomation/service/
AndroidManifest.xml
20
<application android:label="UI
Automation
Provider">
22
android:label="UI
Automation
Provider"
Completed in 504 milliseconds
1
2
3
4
5
6