Lines Matching full:automation
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"
88 #include "chrome/test/automation/tab_proxy.h"
150 channel_id.find(automation::kNamedInterfacePrefix) == 0;
153 strlen(automation::kNamedInterfacePrefix));
301 // Send a hello message with our current automation protocol version.
388 << "(like ChromeFrame). Closing the automation channel.";
394 << "Closing the automation channel.";
542 if (dict.GetBoolean(automation::kJSONProxyNoProxy, &no_proxy)) {
547 if (dict.GetBoolean(automation::kJSONProxyAutoconfig, &auto_config)) {
551 if (dict.GetString(automation::kJSONProxyPacUrl, &pac_url)) {
555 if (dict.GetString(automation::kJSONProxyBypassList, &proxy_bypass_list)) {
559 if (dict.GetString(automation::kJSONProxyServer, &proxy_server)) {