Home | History | Annotate | Download | only in automation

Lines Matching refs:automation

18 #include "chrome/browser/automation/automation_provider_json.h"
19 #include "chrome/browser/automation/automation_tab_helper.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,
298 ExtensionUninstallObserver(AutomationProvider* automation,
322 AutomationProvider* automation,
371 AutomationProvider* automation,
394 AutomationProvider* automation);
426 BrowserOpenedNotificationObserver(AutomationProvider* automation,
449 AutomationProvider* automation,
471 AutomationProvider* automation,
490 AppModalDialogShownObserver(AutomationProvider* automation,
510 static bool CreateAndRegisterObserver(AutomationProvider* automation,
520 ExecuteBrowserCommandObserver(AutomationProvider* automation,
537 FindInPageNotificationObserver(AutomationProvider* automation,
562 // Send reply using json automation interface.
586 // Sends a message back to the automation client with the results of the DOM
590 explicit DomOperationMessageSender(AutomationProvider* automation,
607 DocumentPrintedNotificationObserver(AutomationProvider* automation,
647 PageTranslatedObserver(AutomationProvider* automation,
667 TabLanguageDeterminedObserver(AutomationProvider* automation,
690 InfoBarCountObserver(AutomationProvider* automation,
718 // whether authentication succeeded to the automation provider.
721 LoginManagerObserver(AutomationProvider* automation,
738 // whether authentication succeeded to the automation provider.
743 ScreenLockUnlockObserver(AutomationProvider* automation,
764 NetworkScanObserver(AutomationProvider* automation,
780 // network and returns the status to the automation provider.
784 NetworkConnectObserver(AutomationProvider* automation,
803 // network and returns the status to the automation provider.
806 ServicePathConnectObserver(AutomationProvider* automation,
820 // network and returns the status to the automation provider.
823 SSIDConnectObserver(AutomationProvider* automation,
867 // Reply to the automation message with the given success value,
879 // Allows the automation provider to wait for all downloads to finish.
904 // Allows the automation provider to wait until the download has been updated
926 // Allows the automation provider to wait until the download model has changed
947 // Allows automation provider to wait until TemplateURLModel has loaded
966 // Allows the automation provider to wait for history queries to finish.
982 // Allows the automation provider to wait for import queries to finish.
1002 // Allows automation provider to wait for getting passwords to finish.
1019 // Allows the automation provider to wait for clearing browser data to finish.
1035 // Allows automation provider to wait until page load after selecting an item
1040 AutomationProvider* automation,
1057 // Allows the automation provider to wait for a save package notification.
1061 AutomationProvider* automation,
1081 PageSnapshotTaker(AutomationProvider* automation,
1116 NTPInfoObserver(AutomationProvider* automation,
1145 AutomationProvider* automation,
1165 // Allows automation provider to wait until the autocomplete edit
1169 AutocompleteEditFocusedObserver(AutomationProvider* automation,
1187 // Allows the automation provider to wait until all the notification
1191 GetActiveNotificationsObserver(AutomationProvider* automation,
1208 // Allows the automation provider to wait for a given number of
1227 // Allows the automation provider to wait for a RENDERER_PROCESS_CLOSED
1231 RendererProcessClosedObserver(AutomationProvider* automation,
1247 // Allows the automation provider to wait for acknowledgement that a input
1251 InputEventAckNotificationObserver(AutomationProvider* automation,
1269 // Allows the automation provider to wait for all the tabs to finish any
1275 AllTabsStoppedLoadingObserver(AutomationProvider* automation,
1286 // Checks if there are no pending loads. If none, it will send an automation
1301 NewTabObserver(AutomationProvider* automation, IPC::Message* reply_message);
1325 AutomationProvider* automation, IPC::Message* reply_message);