/external/chromium/chrome/browser/sessions/ |
D | session_restore_uitest.cc | 49 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/ |
D | tab_restore_uitest.cc | 48 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 …]
|
D | unload_uitest.cc | 149 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()
|
D | collected_cookies_uitest.cc | 33 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F() 61 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); in TEST_F()
|
D | repost_form_warning_uitest.cc | 34 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/ |
D | automation_provider_observers_chromeos.cc | 17 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 …]
|
D | automation_provider_observers.cc | 89 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 …]
|
D | automation_provider_observers.h | 64 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 …]
|
D | automation_provider_mac.mm | 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"
|
D | testing_automation_provider_views.cc | 28 AutomationProvider* automation, in ViewFocusChangeWaiter() argument 32 automation_(automation), in ViewFocusChangeWaiter() 84 TestingAutomationProvider* automation) in PopupMenuWaiter() argument 86 automation_(automation), in PopupMenuWaiter()
|
D | automation_browser_tracker.cc | 10 IPC::Message::Sender* automation) in AutomationBrowserTracker() argument 11 : AutomationResourceTracker<Browser*>(automation) { in AutomationBrowserTracker()
|
D | automation_autocomplete_edit_tracker.cc | 11 IPC::Message::Sender* automation) in AutomationAutocompleteEditTracker() argument 12 : AutomationResourceTracker<AutocompleteEditView*>(automation) { in AutomationAutocompleteEditTracker()
|
D | automation_window_tracker.cc | 10 IPC::Message::Sender* automation) in AutomationWindowTracker() argument 11 : AutomationResourceTracker<gfx::NativeWindow>(automation) { in AutomationWindowTracker()
|
D | automation_extension_tracker.cc | 12 IPC::Message::Sender* automation) in AutomationExtensionTracker() argument 13 : AutomationResourceTracker<const Extension*>(automation) { in AutomationExtensionTracker()
|
D | automation_tab_tracker.cc | 11 AutomationTabTracker::AutomationTabTracker(IPC::Message::Sender* automation) in AutomationTabTracker() argument 12 : AutomationResourceTracker<NavigationController*>(automation) { in AutomationTabTracker()
|
D | automation_resource_tracker.h | 74 explicit AutomationResourceTracker(IPC::Message::Sender* automation) 75 : AutomationResourceTrackerImpl(automation) {}
|
/external/chromium/chrome/browser/ui/tests/ |
D | browser_uitest.cc | 95 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/ |
D | new_tab_ui_uitest.cc | 38 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()
|
D | bookmarks_ui_uitest.cc | 29 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()
|
D | print_preview_ui_uitest.cc | 38 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/ |
D | options_ui_uitest.cc | 40 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/ |
D | save_page_uitest.cc | 82 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/ |
D | notifications_interactive_uitest.cc | 25 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/ |
D | metrics_service_uitest.cc | 37 scoped_refptr<BrowserProxy> window = automation()->GetBrowserWindow(0); in OpenTabs() 86 scoped_refptr<BrowserProxy> window = automation()->GetBrowserWindow(0); in TEST_F()
|
/external/chromium/chrome/common/ |
D | automation_constants.cc | 7 namespace automation { namespace
|