Searched refs:InvalidateHandle (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/test/automation/
H A Dautomation_handle_tracker.h92 void InvalidateHandle(AutomationHandle handle);
H A Dautomation_handle_tracker.cc52 void AutomationHandleTracker::InvalidateHandle(AutomationHandle handle) { function in class:AutomationHandleTracker
H A Dautomation_proxy.cc52 AutomationMsg_InvalidateHandle, server_->InvalidateHandle(message))
361 void AutomationProxy::InvalidateHandle(const IPC::Message& message) { function in class:AutomationProxy
366 tracker_->InvalidateHandle(handle);
H A Dautomation_proxy.h180 // Wrapper over AutomationHandleTracker::InvalidateHandle. Receives the
183 virtual void InvalidateHandle(const IPC::Message& message);

Completed in 968 milliseconds