Searched defs:AutomationProxy (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/test/automation/
H A Dautomation_proxy.h34 // This is an interface that AutomationProxy-related objects can use to
54 class AutomationProxy : public IPC::Listener, public AutomationMessageSender { class in inherits:IPC::Listener,AutomationMessageSender
56 AutomationProxy(base::TimeDelta action_timeout, bool disconnect_on_failure);
57 virtual ~AutomationProxy();
181 // message from AutomationProxy, unpacks the messages and routes that call to
258 DISALLOW_COPY_AND_ASSIGN(AutomationProxy);
H A Dautomation_proxy.cc39 explicit AutomationMessageFilter(AutomationProxy* server) : server_(server) {}
91 AutomationProxy* server_;
99 AutomationProxy::AutomationProxy(base::TimeDelta action_timeout, function in class:AutomationProxy
119 AutomationProxy::~AutomationProxy() {
128 std::string AutomationProxy::GenerateChannelID() {
142 void AutomationProxy::InitializeThread() {
152 void AutomationProxy::InitializeChannel(const std::string& channel_id,
176 void AutomationProxy
[all...]

Completed in 65 milliseconds