Home
last modified time | relevance | path

Searched refs:automation (Results 1 – 25 of 59) sorted by relevance

123

/external/chromium/chrome/browser/sessions/
Dsession_restore_uitest.cc49 automation()->GetBrowserWindow(window_index)); in CloseWindow()
53 ASSERT_TRUE(automation()->GetBrowserWindowCount(&window_count)); in CloseWindow()
59 ASSERT_TRUE(automation()->GetBrowserWindowCount(&window_count)); in AssertOneWindowWithOneTab()
67 automation()->GetBrowserWindow(window_index)); in AssertWindowHasOneTab()
103 ASSERT_TRUE(automation()->GetBrowserWindowCount(&window_count)); in TEST_F()
105 scoped_refptr<BrowserProxy> browser_proxy(automation()->GetBrowserWindow(0)); in TEST_F()
130 ASSERT_TRUE(automation()->GetBrowserWindowCount(&window_count)); in TEST_F()
132 scoped_refptr<BrowserProxy> browser_proxy(automation()->GetBrowserWindow(0)); in TEST_F()
171 ASSERT_TRUE(automation()->GetBrowserWindowCount(&window_count)); in TEST_F()
173 scoped_refptr<BrowserProxy> browser_proxy(automation()->GetBrowserWindow(0)); in TEST_F()
[all …]
/external/chromium/chrome/browser/
Dtab_restore_uitest.cc48 ASSERT_TRUE(automation()->GetBrowserWindowCount(&window_count)); in RestoreTab()
54 browser_proxy = automation()->GetBrowserWindow(0); in RestoreTab()
57 browser_proxy = automation()->GetBrowserWindow(expected_window_index); in RestoreTab()
68 ASSERT_TRUE(automation()->GetBrowserWindowCount(&new_window_count)); in RestoreTab()
70 browser_proxy = automation()->GetBrowserWindow(expected_window_index); in RestoreTab()
141 scoped_refptr<BrowserProxy> browser_proxy(automation()->GetBrowserWindow(0)); in TEST_F()
171 scoped_refptr<BrowserProxy> browser_proxy(automation()->GetBrowserWindow(0)); in TEST_F()
202 scoped_refptr<BrowserProxy> browser_proxy(automation()->GetBrowserWindow(0)); in TEST_F()
227 ASSERT_TRUE(automation()->OpenNewBrowserWindow(Browser::TYPE_NORMAL, false)); in TEST_F()
229 ASSERT_TRUE(automation()->GetBrowserWindowCount(&window_count)); in TEST_F()
[all …]
Dunload_uitest.cc149 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in LoadUrlAndQuitBrowser()
159 EXPECT_TRUE(automation()->WaitForAppModalDialog()); in ClickModalDialogButton()
160 EXPECT_TRUE(automation()->GetShowingAppModalDialog(&modal_dialog_showing, in ClickModalDialogButton()
164 EXPECT_TRUE(automation()->ClickAppModalDialogButton(button)); in ClickModalDialogButton()
229 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
286 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
302 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
335 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
443 scoped_refptr<BrowserProxy> browser = automation()->GetBrowserWindow(0); in TEST_F()
Dcollected_cookies_uitest.cc33 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
61 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
Drepost_form_warning_uitest.cc34 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
65 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
/external/chromium/chrome/browser/automation/
Dautomation_provider_observers_chromeos.cc17 AutomationProvider* automation) in NetworkManagerInitObserver() argument
18 : automation_(automation->AsWeakPtr()) {} in NetworkManagerInitObserver()
44 AutomationProvider* automation, in LoginManagerObserver() argument
46 : automation_(automation->AsWeakPtr()), in LoginManagerObserver()
74 AutomationProvider* automation, in ScreenLockUnlockObserver() argument
77 : automation_(automation), in ScreenLockUnlockObserver()
99 NetworkScanObserver::NetworkScanObserver(AutomationProvider* automation, in NetworkScanObserver() argument
101 : automation_(automation), reply_message_(reply_message) { in NetworkScanObserver()
119 NetworkConnectObserver::NetworkConnectObserver(AutomationProvider* automation, in NetworkConnectObserver() argument
121 : automation_(automation), reply_message_(reply_message) { in NetworkConnectObserver()
[all …]
Dautomation_provider_observers.cc89 AutomationProvider* automation) in InitialLoadObserver() argument
90 : automation_(automation->AsWeakPtr()), in InitialLoadObserver()
155 NewTabUILoadObserver::NewTabUILoadObserver(AutomationProvider* automation) in NewTabUILoadObserver() argument
156 : automation_(automation->AsWeakPtr()) { in NewTabUILoadObserver()
179 AutomationProvider* automation, in NavigationControllerRestoredObserver() argument
182 : automation_(automation->AsWeakPtr()), in NavigationControllerRestoredObserver()
221 AutomationProvider* automation, in NavigationNotificationObserver() argument
226 : automation_(automation->AsWeakPtr()), in NavigationNotificationObserver()
315 NotificationType notification, AutomationProvider* automation) in TabStripNotificationObserver() argument
316 : automation_(automation->AsWeakPtr()), in TabStripNotificationObserver()
[all …]
Dautomation_provider_observers.h64 InitialLoadObserver(size_t tab_count, AutomationProvider* automation);
104 explicit NetworkManagerInitObserver(AutomationProvider* automation);
119 explicit NewTabUILoadObserver(AutomationProvider* automation);
135 NavigationControllerRestoredObserver(AutomationProvider* automation,
159 AutomationProvider* automation,
187 AutomationProvider* automation);
205 AutomationProvider* automation,
221 TabClosedNotificationObserver(AutomationProvider* automation,
241 TabCountChangeObserver(AutomationProvider* automation,
273 ExtensionInstallNotificationObserver(AutomationProvider* automation,
[all …]
Dautomation_provider_mac.mm5 #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"
Dtesting_automation_provider_views.cc28 AutomationProvider* automation, in ViewFocusChangeWaiter() argument
32 automation_(automation), in ViewFocusChangeWaiter()
84 TestingAutomationProvider* automation) in PopupMenuWaiter() argument
86 automation_(automation), in PopupMenuWaiter()
Dautomation_browser_tracker.cc10 IPC::Message::Sender* automation) in AutomationBrowserTracker() argument
11 : AutomationResourceTracker<Browser*>(automation) { in AutomationBrowserTracker()
Dautomation_autocomplete_edit_tracker.cc11 IPC::Message::Sender* automation) in AutomationAutocompleteEditTracker() argument
12 : AutomationResourceTracker<AutocompleteEditView*>(automation) { in AutomationAutocompleteEditTracker()
Dautomation_window_tracker.cc10 IPC::Message::Sender* automation) in AutomationWindowTracker() argument
11 : AutomationResourceTracker<gfx::NativeWindow>(automation) { in AutomationWindowTracker()
Dautomation_extension_tracker.cc12 IPC::Message::Sender* automation) in AutomationExtensionTracker() argument
13 : AutomationResourceTracker<const Extension*>(automation) { in AutomationExtensionTracker()
Dautomation_tab_tracker.cc11 AutomationTabTracker::AutomationTabTracker(IPC::Message::Sender* automation) in AutomationTabTracker() argument
12 : AutomationResourceTracker<NavigationController*>(automation) { in AutomationTabTracker()
Dautomation_resource_tracker.h74 explicit AutomationResourceTracker(IPC::Message::Sender* automation)
75 : AutomationResourceTrackerImpl(automation) {}
/external/chromium/chrome/browser/ui/tests/
Dbrowser_uitest.cc95 scoped_refptr<BrowserProxy> window(automation()->GetBrowserWindow(0)); in TEST_F()
149 scoped_refptr<BrowserProxy> window(automation()->GetBrowserWindow(0)); in TEST_F()
221 ASSERT_TRUE(automation()->WaitForWindowCountToBecome(1)); in TEST_F()
224 scoped_refptr<BrowserProxy> browser = automation()->GetBrowserWindow(0); in TEST_F()
265 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
304 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
325 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
346 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
349 ASSERT_TRUE(automation()->GetBrowserWindowCount(&window_count)); in TEST_F()
352 ASSERT_TRUE(automation()->GetBrowserWindowCount(&window_count)); in TEST_F()
[all …]
/external/chromium/chrome/browser/ui/webui/
Dnew_tab_ui_uitest.cc38 scoped_refptr<BrowserProxy> window(automation()->GetBrowserWindow(0)); in TEST_F()
57 scoped_refptr<BrowserProxy> window(automation()->GetBrowserWindow(0)); in TEST_F()
88 scoped_refptr<BrowserProxy> window(automation()->GetBrowserWindow(0)); in TEST_F()
123 scoped_refptr<BrowserProxy> window(automation()->GetBrowserWindow(0)); in TEST_F()
143 scoped_refptr<BrowserProxy> window(automation()->GetBrowserWindow(0)); in TEST_F()
151 ASSERT_TRUE(automation()->WaitForInitialNewTabUILoad(&load_time)); in TEST_F()
Dbookmarks_ui_uitest.cc29 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in GetBookmarksUITab()
63 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
84 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
105 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
138 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
Dprint_preview_ui_uitest.cc38 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
50 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
/external/chromium/chrome/browser/ui/webui/options/
Doptions_ui_uitest.cc40 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
53 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
72 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
103 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
/external/chromium/chrome/browser/download/
Dsave_page_uitest.cc82 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
84 automation()->SavePackageShouldPromptUser(false); in TEST_F()
87 automation()->SavePackageShouldPromptUser(true); in TEST_F()
/external/chromium/chrome/browser/notifications/
Dnotifications_interactive_uitest.cc25 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
52 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
/external/chromium/chrome/browser/metrics/
Dmetrics_service_uitest.cc37 scoped_refptr<BrowserProxy> window = automation()->GetBrowserWindow(0); in OpenTabs()
86 scoped_refptr<BrowserProxy> window = automation()->GetBrowserWindow(0); in TEST_F()
/external/chromium/chrome/common/
Dautomation_constants.cc7 namespace automation { namespace

123