HomeSort by relevance Sort by last modified time
    Searched refs:InvalidateHandle (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/test/automation/
automation_handle_tracker.h 92 void InvalidateHandle(AutomationHandle handle);
automation_handle_tracker.cc 52 void AutomationHandleTracker::InvalidateHandle(AutomationHandle handle) {
automation_proxy.cc 53 AutomationMsg_InvalidateHandle, server_->InvalidateHandle(message))
362 void AutomationProxy::InvalidateHandle(const IPC::Message& message) {
367 tracker_->InvalidateHandle(handle);
automation_proxy.h 180 // Wrapper over AutomationHandleTracker::InvalidateHandle. Receives the
183 virtual void InvalidateHandle(const IPC::Message& message);

Completed in 1705 milliseconds