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

  /external/chromium_org/chrome_frame/
chrome_frame_automation.h 92 friend class AutomationProxyCacheEntry;
93 ChromeFrameAutomationProxyImpl(AutomationProxyCacheEntry* entry,
102 AutomationProxyCacheEntry* proxy_entry_;
215 class AutomationProxyCacheEntry
216 : public base::RefCounted<AutomationProxyCacheEntry> {
218 AutomationProxyCacheEntry(ChromeFrameLaunchParams* params,
221 ~AutomationProxyCacheEntry();
291 typedef base::StackVector<scoped_refptr<AutomationProxyCacheEntry>, 4> Vector;
chrome_frame_automation.cc 130 AutomationProxyCacheEntry* entry,
204 AutomationProxyCacheEntry::AutomationProxyCacheEntry(
215 FROM_HERE, base::Bind(&AutomationProxyCacheEntry::CreateProxy,
219 AutomationProxyCacheEntry::~AutomationProxyCacheEntry() {
233 void AutomationProxyCacheEntry::CreateProxy(ChromeFrameLaunchParams* params,
364 void AutomationProxyCacheEntry::RemoveDelegate(LaunchDelegate* delegate,
398 void AutomationProxyCacheEntry::AddDelegate(LaunchDelegate* delegate) {
410 void AutomationProxyCacheEntry::OnChannelError()
    [all...]

Completed in 37 milliseconds