Home
last modified time | relevance | path

Searched refs:AutomationHandle (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/test/automation/
Dautomation_handle_tracker.h20 typedef int AutomationHandle; typedef
30 AutomationHandle handle);
42 AutomationHandle handle() { return handle_; } in handle()
50 AutomationHandle handle_;
92 void InvalidateHandle(AutomationHandle handle);
94 AutomationResourceProxy* GetResource(AutomationHandle handle);
102 std::map<AutomationHandle, scoped_refptr<AutomationResourceProxy> >
104 typedef std::pair<AutomationHandle, AutomationResourceProxy*> MapEntry;
Dautomation_handle_tracker.cc12 AutomationHandle handle) in AutomationResourceProxy()
45 AutomationHandle proxy_handle = proxy->handle(); in Remove()
52 void AutomationHandleTracker::InvalidateHandle(AutomationHandle handle) { in InvalidateHandle()
64 AutomationHandle handle) { in GetResource()
/external/chromium_org/chrome_frame/
Dchrome_frame_automation.cc53 void AddTabProxy(AutomationHandle tab_proxy) { in AddTabProxy()
58 void RemoveTabProxy(AutomationHandle tab_proxy) { in RemoveTabProxy()
86 std::list<AutomationHandle>::const_iterator iter = tabs_list_.begin(); in OnChannelError()
99 std::list<AutomationHandle> tabs_list_;
178 void ChromeFrameAutomationProxyImpl::ReleaseTabProxy(AutomationHandle handle) { in ReleaseTabProxy()
Dchrome_frame_automation.h45 virtual void ReleaseTabProxy(AutomationHandle handle) = 0;
77 virtual void ReleaseTabProxy(AutomationHandle handle);
/external/chromium_org/chrome_frame/test/
Dautomation_client_mock.h96 MOCK_METHOD1(ReleaseTabProxy, void(AutomationHandle handle));