OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
52
AutomationMsg_InvalidateHandle, server_->
InvalidateHandle
(message))
361
void AutomationProxy::
InvalidateHandle
(const IPC::Message& message) {
366
tracker_->
InvalidateHandle
(handle);
automation_proxy.h
180
// Wrapper over AutomationHandleTracker::
InvalidateHandle
. Receives the
183
virtual void
InvalidateHandle
(const IPC::Message& message);
Completed in 114 milliseconds