Searched refs:LaunchDelegate (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/chrome_frame/test/ |
D | proxy_factory_mock.h | 13 struct LaunchDelegateMock : public LaunchDelegate { 22 void (LaunchDelegate*, // NOLINT 26 LaunchDelegate* delegate)); 37 LaunchDelegate* d,
|
D | automation_client_mock.cc | 42 LaunchDelegate* d, in GetServerImpl() 47 base::Bind(&LaunchDelegate::LaunchComplete, in GetServerImpl()
|
/external/chromium_org/chrome_frame/ |
D | chrome_frame_automation.h | 206 struct DECLSPEC_NOVTABLE LaunchDelegate { // NOLINT struct 219 LaunchDelegate* delegate); 223 void AddDelegate(LaunchDelegate* delegate); 224 void RemoveDelegate(LaunchDelegate* delegate, base::WaitableEvent* done, 259 LaunchDelegate* delegate); 266 typedef std::vector<LaunchDelegate*> LaunchDelegates; 284 virtual void GetAutomationServer(LaunchDelegate* delegate, 288 LaunchDelegate* delegate); 305 public LaunchDelegate {
|
D | chrome_frame_automation.cc | 205 ChromeFrameLaunchParams* params, LaunchDelegate* delegate) in AutomationProxyCacheEntry() 234 LaunchDelegate* delegate) { in CreateProxy() 364 void AutomationProxyCacheEntry::RemoveDelegate(LaunchDelegate* delegate, in RemoveDelegate() 398 void AutomationProxyCacheEntry::AddDelegate(LaunchDelegate* delegate) { in AddDelegate() 432 LaunchDelegate* delegate, ChromeFrameLaunchParams* params, in GetAutomationServer() 465 LaunchDelegate* delegate) { in ReleaseAutomationServer() 604 proxy_factory_->GetAutomationServer(static_cast<LaunchDelegate*>(this), in Initialize()
|