Searched refs:AutomationResourceProxy (Results 1 – 6 of 6) sorted by relevance
25 class AutomationResourceProxy26 : public base::RefCountedThreadSafe<AutomationResourceProxy> {28 AutomationResourceProxy(AutomationHandleTracker* tracker,46 friend class base::RefCountedThreadSafe<AutomationResourceProxy>;48 virtual ~AutomationResourceProxy();64 DISALLOW_COPY_AND_ASSIGN(AutomationResourceProxy);80 void Add(AutomationResourceProxy* proxy);86 void Remove(AutomationResourceProxy* proxy);94 AutomationResourceProxy* GetResource(AutomationHandle handle);102 std::map<AutomationHandle, scoped_refptr<AutomationResourceProxy> >[all …]
10 AutomationResourceProxy::AutomationResourceProxy( in AutomationResourceProxy() function in AutomationResourceProxy20 AutomationResourceProxy::~AutomationResourceProxy() { in ~AutomationResourceProxy()36 void AutomationHandleTracker::Add(AutomationResourceProxy* proxy) { in Add()41 void AutomationHandleTracker::Remove(AutomationResourceProxy* proxy) { in Remove()57 scoped_refptr<AutomationResourceProxy> proxy = iter->second; in InvalidateHandle()63 AutomationResourceProxy* AutomationHandleTracker::GetResource( in GetResource()
29 class WindowProxy : public AutomationResourceProxy {34 : AutomationResourceProxy(tracker, sender, handle) {} in WindowProxy()
29 class BrowserProxy : public AutomationResourceProxy {34 : AutomationResourceProxy(tracker, sender, handle) {} in BrowserProxy()
41 class TabProxy : public AutomationResourceProxy {
23 : AutomationResourceProxy(tracker, sender, handle) { in TabProxy()