Home
last modified time | relevance | path

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

/external/chromium_org/chrome/test/automation/
Dautomation_proxy.cc52 AutomationMsg_InvalidateHandle, server_->InvalidateHandle(message)) in OnMessageReceived()
361 void AutomationProxy::InvalidateHandle(const IPC::Message& message) { in InvalidateHandle() function in AutomationProxy
366 tracker_->InvalidateHandle(handle); in InvalidateHandle()
Dautomation_handle_tracker.h92 void InvalidateHandle(AutomationHandle handle);
Dautomation_handle_tracker.cc52 void AutomationHandleTracker::InvalidateHandle(AutomationHandle handle) { in InvalidateHandle() function in AutomationHandleTracker
Dautomation_proxy.h183 virtual void InvalidateHandle(const IPC::Message& message);