OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:automation
(Results
51 - 75
of
131
) sorted by null
1
2
3
4
5
6
/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
...]
testing_automation_provider_mac.mm
5
#include "chrome/browser/
automation
/testing_automation_provider.h"
12
#include "chrome/browser/
automation
/automation_browser_tracker.h"
13
#include "chrome/browser/
automation
/automation_window_tracker.h"
automation_provider_json.h
5
// Support utilities for the JSON
automation
interface used by PyAuto.
25
// Helper to ensure we always send a reply message for JSON
automation
requests.
testing_automation_provider_gtk.cc
5
#include "chrome/browser/
automation
/testing_automation_provider.h"
11
#include "chrome/browser/
automation
/automation_window_tracker.h"
automation_tab_helper.h
75
// Per-tab
automation
support class. Receives
automation
/testing messages
automation_tab_helper_unittest.cc
8
#include "chrome/browser/
automation
/automation_tab_helper.h"
9
#include "chrome/browser/
automation
/mock_tab_event_observer.h"
automation_resource_tracker.cc
5
#include "chrome/browser/
automation
/automation_resource_tracker.h"
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/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/
unload_uitest.cc
10
#include "chrome/test/
automation
/browser_proxy.h"
11
#include "chrome/test/
automation
/tab_proxy.h"
12
#include "chrome/test/
automation
/window_proxy.h"
149
scoped_refptr<BrowserProxy> browser(
automation
()->GetBrowserWindow(0));
159
EXPECT_TRUE(
automation
()->WaitForAppModalDialog());
160
EXPECT_TRUE(
automation
()->GetShowingAppModalDialog(&modal_dialog_showing,
164
EXPECT_TRUE(
automation
()->ClickAppModalDialogButton(button));
229
scoped_refptr<BrowserProxy> browser(
automation
()->GetBrowserWindow(0));
286
scoped_refptr<BrowserProxy> browser(
automation
()->GetBrowserWindow(0));
302
scoped_refptr<BrowserProxy> browser(
automation
()->GetBrowserWindow(0))
[
all
...]
default_plugin_uitest.cc
8
#include "chrome/test/
automation
/tab_proxy.h"
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/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/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/common/
automation_messages_internal.h
5
// Defines the IPC messages used by the
automation
interface.
12
#include "chrome/test/
automation
/autocomplete_edit_proxy.h"
38
// message is the version string of the
automation
provider. This parameter
174
// Requests that the
automation
provider ask history for the most recent
278
// to the given
automation
handle.
693
int /*
automation
handle */,
702
int /*
automation
handle */,
714
int /*
automation
handle */,
[
all
...]
/external/chromium/base/test/
test_file_util.h
41
// the one that set the zone identifier. I.e. don't use it in UI/
automation
/frameworks/base/tests/DumpRenderTree/
AndroidManifest.xml
39
android:label="Layout test
automation
runner"
/packages/experimental/UiAutomationDemo/
AndroidManifest.xml
19
<application android:label="UI
Automation
Test Case Demo">
/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));
Completed in 1277 milliseconds
1
2
3
4
5
6