Searched refs:WaitAndExitDelegate (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/child/
H A Dchild_thread.cc81 class WaitAndExitDelegate : public base::PlatformThread::Delegate { class in namespace:content::__anon7481
83 explicit WaitAndExitDelegate(base::TimeDelta duration) function in class:content::__anon7481::WaitAndExitDelegate
85 virtual ~WaitAndExitDelegate() OVERRIDE {}
94 DISALLOW_COPY_AND_ASSIGN(WaitAndExitDelegate);
98 scoped_ptr<WaitAndExitDelegate> delegate(new WaitAndExitDelegate(duration));
108 WaitAndExitDelegate* leaking_delegate = delegate.release();

Completed in 62 milliseconds